Last active
August 2, 2016 18:04
-
-
Save inblank/b23c2e661036c52c4a46cf4bf28a6d29 to your computer and use it in GitHub Desktop.
docker remove volumes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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