mirror of https://github.com/docker/docs.git
15 lines
383 B
YAML
15 lines
383 B
YAML
command: docker stack services
|
|
short: List the services in the stack
|
|
long: List the services in the stack
|
|
usage: docker stack services [OPTIONS] STACK
|
|
pname: docker stack
|
|
plink: docker_stack.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Filter output based on conditions provided
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display IDs
|