Last active
August 16, 2020 12:35
-
-
Save evilsneer/d64ae85374e4c6119895c49f6c325252 to your computer and use it in GitHub Desktop.
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
for i in $(docker images -a | grep '<none>' | awk '{print $3}');do docker rmi -f $i;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment