Skip to content

Instantly share code, notes, and snippets.

@Phoenix124
Created May 26, 2025 07:40
Show Gist options
  • Save Phoenix124/d6ef8d0dc257bd61441a2dece1b437aa to your computer and use it in GitHub Desktop.
Save Phoenix124/d6ef8d0dc257bd61441a2dece1b437aa to your computer and use it in GitHub Desktop.
kill docker
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