mirror of
https://github.com/docker/compose.git
synced 2025-05-07 16:10:14 +02:00
495 B
495 B
docker compose pause
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 |
Description
Pauses running containers of a service. They can be unpaused with docker compose unpause
.