Skip to content

Commit

Permalink
Update for docker volume create
Browse files Browse the repository at this point in the history
Signed-off-by: yuexiao-wang <[email protected]>
  • Loading branch information
yuexiao-wang committed Nov 3, 2016
1 parent 877c860 commit cf5fade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/command/volume/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ volume is a specially-designated directory that by-passes storage driver
management.
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
with other computing resources in your system.
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.
Expand Down
2 changes: 1 addition & 1 deletion cli/command/volume/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func runList(dockerCli *command.DockerCli, opts listOptions) error {

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

0 comments on commit cf5fade

Please sign in to comment.