mirror of https://github.com/docker/docs.git
18 lines
445 B
YAML
18 lines
445 B
YAML
command: docker stack ps
|
|
short: List the tasks in the stack
|
|
long: List the tasks in the stack
|
|
usage: docker stack ps [OPTIONS] STACK
|
|
pname: docker stack
|
|
plink: docker_stack.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Filter output based on conditions provided
|
|
- option: no-resolve
|
|
default_value: "false"
|
|
description: Do not map IDs to Names
|
|
- option: no-trunc
|
|
default_value: "false"
|
|
description: Do not truncate output
|
|
|