Skip to content

Instantly share code, notes, and snippets.

@andy5995
Created January 14, 2023 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andy5995/e011c493d4839620e70e2aab77f7f0c1 to your computer and use it in GitHub Desktop.
Save andy5995/e011c493d4839620e70e2aab77f7f0c1 to your computer and use it in GitHub Desktop.
Docker: remove dangling images
docker images -q -f dangling=true | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment