From 64fd7feaca931213c945808874dd160b98dfdf19 Mon Sep 17 00:00:00 2001 From: jimmyxian Date: Tue, 17 Mar 2015 19:37:25 +0800 Subject: [PATCH] fix docker ps help message Signed-off-by: Xian Chaobo Upstream-commit: 653fdbc2f8c855f3ce1de3ef12288665413c3697 Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 30a8a6b42c..bdd3a7ead9 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -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)