mirror of https://github.com/docker/docs.git
22 lines
583 B
YAML
22 lines
583 B
YAML
command: docker service ps
|
|
short: List the tasks of one or more services
|
|
long: List the tasks of one or more services
|
|
usage: docker service ps [OPTIONS] SERVICE [SERVICE...]
|
|
pname: docker service
|
|
plink: docker_service.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
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display task IDs
|
|
|