Skip to content

Instantly share code, notes, and snippets.

View bulgarian-beast's full-sized avatar

Sofian bulgarian-beast

  • France
View GitHub Profile
# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`
# Remove all images
docker rmi -f `docker images -qa `
# Remove all volumes