Skip to content

Instantly share code, notes, and snippets.

@jahands
Created December 18, 2015 15:59
Show Gist options
  • Save jahands/e35efc818c566b894230 to your computer and use it in GitHub Desktop.
Save jahands/e35efc818c566b894230 to your computer and use it in GitHub Desktop.
Remove all the extra docker things
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