Created
May 26, 2025 07:40
-
-
Save Phoenix124/d6ef8d0dc257bd61441a2dece1b437aa to your computer and use it in GitHub Desktop.
kill docker
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
docker images | grep b5d868f8353a | awk '{print $1 ":" $2}' | xargs docker rmi | |
docker rmi $(sudo docker images -f dangling=true -q) -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment