compose/docs/reference/compose_pause.md
Guillaume Lours 231ea10058 update docs generation to avoid man pages generation
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-07-17 13:01:51 +02:00

17 lines
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`.