table of contents
DOCKER-COMPOSE-PAUSE(1) | DOCKER-COMPOSE-PAUSE(1) |
NAME¶
docker-compose-pause - Pause services
SYNOPSIS¶
docker compose pause [SERVICE...]
DESCRIPTION¶
Pauses running containers of a service. They can be unpaused with docker compose unpause.
OPTIONS¶
-h, --help[=false] help for pause
OPTIONS INHERITED FROM PARENT COMMANDS¶
--dry-run[=false] Execute command in dry run mode
SEE ALSO¶
Feb 2025 |