浏览代码

fix docker ps help message

Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
jimmyxian 10 年之前
父节点
当前提交
a153e80f72
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/sources/reference/commandline/cli.md

+ 2 - 0
docs/sources/reference/commandline/cli.md

@@ -1497,6 +1497,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"`)
 than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`)
 
 
 Current filters:
 Current filters:
+ * id (container's id)
+ * name (container's name)
  * exited (int - the code of exited containers. Only useful with '--all')
  * exited (int - the code of exited containers. Only useful with '--all')
  * status (restarting|running|paused|exited)
  * status (restarting|running|paused|exited)