Quickly learn How to pause all running Docker containers at once with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to pause all containers with state running.
docker pause $(docker ps -q)