mirror of https://github.com/docker/cli.git
add missing 'current filter' to ps
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
166109859e
commit
39b226dc84
|
@ -1074,6 +1074,7 @@ than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bi
|
|||
|
||||
Current filters:
|
||||
* exited (int - the code of exited containers. Only useful with '--all')
|
||||
* status (restarting|running|paused|exited)
|
||||
|
||||
##### Successfully exited containers
|
||||
|
||||
|
|
Loading…
Reference in New Issue