mirror of
https://github.com/docker/compose.git
synced 2025-05-02 21:50:15 +02:00
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
18 lines
363 B
Markdown
18 lines
363 B
Markdown
# docker compose start
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Start services
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:------------|:-----|:--------|:--------------------------------|
|
|
| `--dry-run` | | | Execute command in dry run mode |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Description
|
|
|
|
Starts existing containers for a service.
|