mirror of https://github.com/docker/compose.git
36 lines
928 B
YAML
36 lines
928 B
YAML
command: docker compose wait
|
|
short: Block until the first service container stops
|
|
long: Block until the first service container stops
|
|
usage: docker compose wait SERVICE [SERVICE...] [OPTIONS]
|
|
pname: docker compose
|
|
plink: docker_compose.yaml
|
|
options:
|
|
- option: down-project
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Drops project when the first container stops
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
inherited_options:
|
|
- option: dry-run
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Execute command in dry run mode
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|