Skip to content

Instantly share code, notes, and snippets.

@davepoon
Created March 3, 2015 00:58
Show Gist options
  • Save davepoon/38c17dcf5b8795505c5a to your computer and use it in GitHub Desktop.
Save davepoon/38c17dcf5b8795505c5a to your computer and use it in GitHub Desktop.
Delete all the untagged images
docker rmi `docker images -q --filter "dangling=true"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment