Skip to content

Instantly share code, notes, and snippets.

@xbklairith
Created April 18, 2019 09:59
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 xbklairith/e514a55d0d5c47e897d173de54f9fce4 to your computer and use it in GitHub Desktop.
Save xbklairith/e514a55d0d5c47e897d173de54f9fce4 to your computer and use it in GitHub Desktop.
Remove all none tag docker image
docker rmi $(docker images -a|grep "<none>"|awk '$1=="<none>" {print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment