Created
September 18, 2017 10:59
-
-
Save ksatirli/53d6a92c6c612c357cbd4882aa934e18 to your computer and use it in GitHub Desktop.
Docker: clean up (dangling) 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/sh | |
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