Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 495 Bytes

File metadata and controls

17 lines (10 loc) · 495 Bytes

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.