2022-03-09 12:57:07 +01:00
|
|
|
# docker compose pause
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
2024-07-17 11:27:58 +02:00
|
|
|
Pauses running containers of a service. They can be unpaused with `docker compose unpause`.
|
2022-03-09 12:57:07 +01:00
|
|
|
|
2023-05-05 12:43:27 +02:00
|
|
|
### Options
|
|
|
|
|
2024-07-17 11:27:58 +02:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:------------|:-------|:--------|:--------------------------------|
|
|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
2023-05-05 12:43:27 +02:00
|
|
|
|
2022-03-09 12:57:07 +01:00
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2021-03-11 16:20:30 +01:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Pauses running containers of a service. They can be unpaused with `docker compose unpause`.
|