Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mike-gusiev/f0edb43f3a8b68286ebb304e0700ed7a to your computer and use it in GitHub Desktop.
Save mike-gusiev/f0edb43f3a8b68286ebb304e0700ed7a to your computer and use it in GitHub Desktop.
Remove all docker staff
docker rmi $(docker images -a -q)
docker rm $(docker ps -a -f status=exited -q)
docker volume rm $(docker volume ls -f dangling=true -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment