mirror of https://github.com/docker/cli.git
Add the missed volume filter
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
This commit is contained in:
parent
8db4ee005a
commit
2422bc30f5
|
@ -24,6 +24,7 @@ parent = "smn_cli"
|
||||||
- before=(<container-name>|<container-id>)
|
- before=(<container-name>|<container-id>)
|
||||||
- since=(<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.
|
- 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
|
--format=[] Pretty-print containers using a Go template
|
||||||
--help Print usage
|
--help Print usage
|
||||||
-l, --latest Show the latest created container (includes all states)
|
-l, --latest Show the latest created container (includes all states)
|
||||||
|
|
Loading…
Reference in New Issue