mirror of https://github.com/docker/docs.git
18 lines
458 B
YAML
18 lines
458 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: format
|
|
description: Pretty-print services using a Go template
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display IDs
|
|
|