mirror of https://github.com/docker/cli.git
Merge pull request #552 from allencloud/volume-has-no-id
remove volume id because it only has name
This commit is contained in:
commit
29c4f0df57
|
@ -184,7 +184,7 @@ The currently supported filters are:
|
||||||
* plugin (`plugin=<name or id>`)
|
* plugin (`plugin=<name or id>`)
|
||||||
* scope (`scope=<local or swarm>`)
|
* scope (`scope=<local or swarm>`)
|
||||||
* type (`type=<container or image or volume or network or daemon or plugin or service or node or secret or config>`)
|
* type (`type=<container or image or volume or network or daemon or plugin or service or node or secret or config>`)
|
||||||
* volume (`volume=<name or id>`)
|
* volume (`volume=<name>`)
|
||||||
|
|
||||||
#### Format
|
#### Format
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue