Skip to content

Instantly share code, notes, and snippets.

@ghaake
Created April 21, 2022 12:05
Show Gist options
  • Save ghaake/9b4cd7dd8642bf31dfccc2911e549585 to your computer and use it in GitHub Desktop.
Save ghaake/9b4cd7dd8642bf31dfccc2911e549585 to your computer and use it in GitHub Desktop.
Docker: remove all untagged and unused images
docker rmi $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment