mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add the missed volume filter
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
This commit is contained in:
parent
f3485bc125
commit
b1619766c0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ parent = "smn_cli"
|
|||
- before=(<container-name>|<container-id>)
|
||||
- since=(<container-name>|<container-id>)
|
||||
- ancestor=(<image-name>[:tag]|<image-id>|<image@digest>) - containers created from an image or a descendant.
|
||||
- volume=(<volume-name>|<mount-point>)
|
||||
--format=[] Pretty-print containers using a Go template
|
||||
--help Print usage
|
||||
-l, --latest Show the latest created container (includes all states)
|
||||
|
|
Loading…
Add table
Reference in a new issue