Skip to content

Instantly share code, notes, and snippets.

@yoelfme
Created February 5, 2016 17:52
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 yoelfme/8a345ee346f4bbb8ab31 to your computer and use it in GitHub Desktop.
Save yoelfme/8a345ee346f4bbb8ab31 to your computer and use it in GitHub Desktop.
Clean up unused volumes of docker
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