Skip to content

Instantly share code, notes, and snippets.

@boysbee
Created April 4, 2017 05:08
Show Gist options
  • Save boysbee/b2108da76d23d2aec8dd3239bc17839e to your computer and use it in GitHub Desktop.
Save boysbee/b2108da76d23d2aec8dd3239bc17839e to your computer and use it in GitHub Desktop.
Docker clean up
#!/bin/sh
docker volume rm $(docker volume ls -qf dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment