linux

How to stop all Docker Containers

To stop all Docker containers simply run the following command in your terminal: docker kill $(docker ps -q) How It Works The…

12 months ago

This website uses cookies.