Skip to content

Commit aa90a53

Browse files
authored
Merge pull request moby#27934 from yuexiao-wang/volume-create
Update descriptions for the docker volume sub-command, such as create,list and inspect
2 parents e93f84a + cf5fade commit aa90a53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)