mirror of https://github.com/docker/compose.git
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.
|