mirror of
https://github.com/docker/compose.git
synced 2025-05-08 00:20:12 +02:00
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.
|