Skip to content

Instantly share code, notes, and snippets.

@m-wendler
Created March 29, 2016 10:40
Show Gist options
  • Save m-wendler/20bc12903692e653f74a to your computer and use it in GitHub Desktop.
Save m-wendler/20bc12903692e653f74a to your computer and use it in GitHub Desktop.
rm all dangling images in one go
docker rmi $(docker images -q -f dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment