1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

fix docker ps help message

Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
Upstream-commit: 653fdbc2f8
Component: cli
This commit is contained in:
jimmyxian
2015-03-17 19:37:25 +08:00
committed by Tibor Vass
parent 5d40224f3e
commit 64fd7feaca

View File

@@ -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)