Created
December 29, 2017 13:53
-
-
Save macbre/7d6d402b0c72cd3123c43ca0a8f649fe to your computer and use it in GitHub Desktop.
Docker helpers
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 rmi -f $(docker images -f "dangling=true" --format "{{.ID}}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment