Skip to content

Instantly share code, notes, and snippets.

@inblank
Last active August 2, 2016 18:04
Show Gist options
  • Save inblank/b23c2e661036c52c4a46cf4bf28a6d29 to your computer and use it in GitHub Desktop.
Save inblank/b23c2e661036c52c4a46cf4bf28a6d29 to your computer and use it in GitHub Desktop.
docker remove volumes
#!/bin/bash
docker volume ls -qf dangling=true | xargs -r docker volume rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment