Created
April 9, 2019 20:11
-
-
Save moosh3/89575531919af65108f2ef1fdac9f13a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo docker images | egrep "^<none>" | awk '{print $3}' | xargs sudo docker rmi -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment