Ver código fonte

add missing 'current filter' to ps

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux 10 anos atrás
pai
commit
f95d73dfd4
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      docs/sources/reference/commandline/cli.md

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

@@ -1054,6 +1054,7 @@ than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bi
 
 
 Current filters:
 Current filters:
  * 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)
 
 
 ##### Successfully exited containers
 ##### Successfully exited containers