Quickly learn How to restart 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 restart all running containers.
docker restart $(docker ps -q)