Created
February 12, 2018 11:26
-
-
Save brunneis/bffb1e0fe65f98202e0ae1098125ca1c to your computer and use it in GitHub Desktop.
Remove dangling Docker 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 rm $(docker volume ls -q -f dangling=true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment