mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
412 B
412 B
docker compose pause
Pause services
Options
Name | Type | Default | Description |
---|---|---|---|
--dry-run |
Execute command in dry run mode |
Description
Pauses running containers of a service. They can be unpaused with docker compose unpause
.