Skip to content

Instantly share code, notes, and snippets.

@dukex
Created April 26, 2017 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukex/41f5eaa100eefa8d2d6323210cebde29 to your computer and use it in GitHub Desktop.
Save dukex/41f5eaa100eefa8d2d6323210cebde29 to your computer and use it in GitHub Desktop.
cleanup Docker volumes
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