File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ volume is a specially-designated directory that by-passes storage driver
3636management.
3737
3838Data 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
4040share volumes across multiple containers. Moreover, you can share data volumes
4141with other computing resources in your system.
4242
4343To see help for a subcommand, use:
4444
45- docker volume CMD help
45+ docker volume COMMAND -- help
4646
4747For full details on using docker volume visit Docker's online documentation.
4848
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func runList(dockerCli *command.DockerCli, opts listOptions) error {
7676
7777var 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
8181more than one filter, pass multiple flags (for example,
8282**--filter "foo=bar" --filter "bif=baz"**)
You can’t perform that action at this time.
0 commit comments