Skip to content

Instantly share code, notes, and snippets.

@jozic
Created October 19, 2016 15:19
Show Gist options
  • Save jozic/5595c0840b487e0494a74fa5656961ca to your computer and use it in GitHub Desktop.
Save jozic/5595c0840b487e0494a74fa5656961ca to your computer and use it in GitHub Desktop.
docker: remove all images without tags
docker images | grep \<none\> | awk '{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment