Skip to content

Instantly share code, notes, and snippets.

@ghandic
Created March 13, 2018 13:34
Show Gist options
  • Save ghandic/2b739c34b4dbd7b8a707b78c1de60c3b to your computer and use it in GitHub Desktop.
Save ghandic/2b739c34b4dbd7b8a707b78c1de60c3b to your computer and use it in GitHub Desktop.
Remove all docker images with the "none" tag
docker rmi -f $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment