Skip to content

Instantly share code, notes, and snippets.

View Zhennan-Wu's full-sized avatar

Z(Leo).Wu Zhennan-Wu

  • Indiana University Bloomington
  • Bloomington IN
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