Created
April 4, 2020 13:55
-
-
Save lauborges/fbf89042afacedbff0a9c5695afdc504 to your computer and use it in GitHub Desktop.
Remove untagged 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
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