Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save steffenfritz/8a8aeead26e5da57dee792637b78cf87 to your computer and use it in GitHub Desktop.

Select an option

Save steffenfritz/8a8aeead26e5da57dee792637b78cf87 to your computer and use it in GitHub Desktop.
docker cleanup
docker rm -v $(docker ps -a -q -f status=exited)
docker rmi $(docker images -f "dangling=true" -q)
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker:/var/lib/docker --rm martin/docker-cleanup-volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment