mirror of https://github.com/docker/cli.git
remove volume id because it only has name
Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
parent
10e292dbab
commit
fe1c1b6b5c
|
@ -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