mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Add docker compose wait
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
c496c23071
commit
edd76bfd70
12 changed files with 310 additions and 1 deletions
15
docs/reference/compose_wait.md
Normal file
15
docs/reference/compose_wait.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# docker compose wait
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Block until the first service container stops
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:-----------------|:-----|:--------|:---------------------------------------------|
|
||||
| `--down-project` | | | Drops project when the first container stops |
|
||||
| `--dry-run` | | | Execute command in dry run mode |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue