container-compose start¶
Start existing stopped containers (without re-creating them).
Synopsis¶
Options¶
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--file |
-f |
path | The path to your Docker Compose file | |
--profile |
string | Specify a profile to enable. Can be specified multiple times. |
Arguments¶
| Argument | Description |
|---|---|
services |
Specify the services to start |
Examples¶
Start all stopped services¶
Start all containers that are currently stopped.
Start a specific service¶
Only start the db service.