Created
October 5, 2017 18:43
-
-
Save mmasashi/f1fb95c6aecd489608fb313f92469ac6 to your computer and use it in GitHub Desktop.
Clean up docker images
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 $(docker images -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment