mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11727 from tiborvass/carry-11441
Carry 11441: fix docker ps help message
This commit is contained in:
commit
a4e1de58a3
1 changed files with 2 additions and 0 deletions
|
@ -1554,6 +1554,8 @@ The filtering flag (`-f` or `--filter)` format is a `key=value` pair. If there i
|
|||
than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`)
|
||||
|
||||
Current filters:
|
||||
* id (container's id)
|
||||
* name (container's name)
|
||||
* exited (int - the code of exited containers. Only useful with '--all')
|
||||
* status (restarting|running|paused|exited)
|
||||
|
||||
|
|
Loading…
Reference in a new issue