Skip to content

Instantly share code, notes, and snippets.

@michaloo
Created August 21, 2014 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaloo/bfd855fd0d0c88b6ae8a to your computer and use it in GitHub Desktop.
Save michaloo/bfd855fd0d0c88b6ae8a to your computer and use it in GitHub Desktop.
Remove <none> docker images
docker rmi $(docker images | grep '<none>' | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment