Skip to content

Instantly share code, notes, and snippets.

@michaloo
Created August 21, 2014 15:36
Show Gist options
  • Select an option

  • Save michaloo/bfd855fd0d0c88b6ae8a to your computer and use it in GitHub Desktop.

Select an option

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