|
@@ -36,13 +36,13 @@ volume is a specially-designated directory that by-passes storage driver
|
|
management.
|
|
management.
|
|
|
|
|
|
Data volumes persist data independent of a container's life cycle. When you
|
|
Data volumes persist data independent of a container's life cycle. When you
|
|
-delete a container, the Engine daemon does not delete any data volumes. You can
|
|
|
|
|
|
+delete a container, the Docker daemon does not delete any data volumes. You can
|
|
share volumes across multiple containers. Moreover, you can share data volumes
|
|
share volumes across multiple containers. Moreover, you can share data volumes
|
|
with other computing resources in your system.
|
|
with other computing resources in your system.
|
|
|
|
|
|
To see help for a subcommand, use:
|
|
To see help for a subcommand, use:
|
|
|
|
|
|
- docker volume CMD help
|
|
|
|
|
|
+ docker volume COMMAND --help
|
|
|
|
|
|
For full details on using docker volume visit Docker's online documentation.
|
|
For full details on using docker volume visit Docker's online documentation.
|
|
|
|
|