Skip to content

Instantly share code, notes, and snippets.

@raj-saxena
Created October 17, 2019 12:30
Show Gist options
  • Save raj-saxena/ae9b61dc694268a58310d35af02ad854 to your computer and use it in GitHub Desktop.
Save raj-saxena/ae9b61dc694268a58310d35af02ad854 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo docker stop $(docker ps -aq)
sudo docker rm $(docker ps -a -q)
docker network prune -f
docker volume rm $(docker volume ls -f dangling=true -q)
#docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro -v /var/lib/docker:/var/lib/docker martin/docker-cleanup-volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment