compose/docs/reference/compose_pause.md

17 lines
412 B
Markdown
Raw Normal View History

# docker compose pause
<!---MARKER_GEN_START-->
Pause services
### Options
| Name | Type | Default | Description |
|:------------|:-----|:--------|:--------------------------------|
| `--dry-run` | | | Execute command in dry run mode |
<!---MARKER_GEN_END-->
## Description
Pauses running containers of a service. They can be unpaused with `docker compose unpause`.