Created
March 20, 2020 11:05
-
-
Save mrjosh/55d8d6a981575a6c88db7face1b5244a 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
Remove all <none> images on docker: | |
```bash | |
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}") | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment