Skip to content

Commit cf5fade

Browse files
committed
Update for docker volume create
Signed-off-by: yuexiao-wang <[email protected]>
1 parent 877c860 commit cf5fade

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/command/volume/cmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ volume is a specially-designated directory that by-passes storage driver
3636
management.
3737
3838
Data volumes persist data independent of a container's life cycle. When you
39-
delete a container, the Engine daemon does not delete any data volumes. You can
39+
delete a container, the Docker daemon does not delete any data volumes. You can
4040
share volumes across multiple containers. Moreover, you can share data volumes
4141
with other computing resources in your system.
4242
4343
To see help for a subcommand, use:
4444
45-
docker volume CMD help
45+
docker volume COMMAND --help
4646
4747
For full details on using docker volume visit Docker's online documentation.
4848

cli/command/volume/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func runList(dockerCli *command.DockerCli, opts listOptions) error {
7676

7777
var listDescription = `
7878
79-
Lists all the volumes Docker knows about. You can filter using the **-f** or
79+
Lists all the volumes Docker manages. You can filter using the **-f** or
8080
**--filter** flag. The filtering format is a **key=value** pair. To specify
8181
more than one filter, pass multiple flags (for example,
8282
**--filter "foo=bar" --filter "bif=baz"**)

0 commit comments

Comments
 (0)