Skip to content

Instantly share code, notes, and snippets.

@moosh3
Created April 9, 2019 20:11
Show Gist options
  • Save moosh3/89575531919af65108f2ef1fdac9f13a to your computer and use it in GitHub Desktop.
Save moosh3/89575531919af65108f2ef1fdac9f13a to your computer and use it in GitHub Desktop.
sudo docker images | egrep "^<none>" | awk '{print $3}' | xargs sudo docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment