mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
17 lines
No EOL
495 B
Markdown
17 lines
No EOL
495 B
Markdown
# docker compose pause
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Pauses running containers of a service. They can be unpaused with `docker compose unpause`.
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:------------|:-------|:--------|:--------------------------------|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Description
|
|
|
|
Pauses running containers of a service. They can be unpaused with `docker compose unpause`. |