Skip to content

Instantly share code, notes, and snippets.

View jaircuevajunior's full-sized avatar
:octocat:
Hello there!

Jair Cueva Júnior jaircuevajunior

:octocat:
Hello there!
View GitHub Profile
# MY FORK
sudo docker system prune -a --volumes -f
# ORIGINAL =============================
# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`