Add -a option to service/node ps

Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
This commit is contained in:
Josh Horwitz
2017-06-02 00:10:32 +00:00
committed by Tibor Vass
parent 55d4ce14dd
commit b7c6c84fdd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Usage: docker node ps [OPTIONS] [NODE...]
List tasks running on one or more nodes, defaults to current node.
Options:
-a, --all Display all instances
-a, --all Show all tasks (default shows tasks that are or will be running)
-f, --filter value Filter output based on conditions provided
--help Print usage
--no-resolve Do not map IDs to Names
+1
View File
@@ -22,6 +22,7 @@ Usage: docker service ps [OPTIONS] SERVICE
List the tasks of a service
Options:
-a, --all Show all tasks (default shows tasks that are or will be running)
-f, --filter filter Filter output based on conditions provided
--help Print usage
--no-resolve Do not map IDs to Names