Docker: Stop & remove all running containers
To stop & delete all running containers in docker use
docker-rm-all.sh
docker rm $(docker ps -a -q) --force
Check out similar posts by category:
Docker
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow