Skip to content

Instantly share code, notes, and snippets.

@paulschwarz
Created April 6, 2017 10:15
Show Gist options
  • Save paulschwarz/b396c42f6a4d46a450c797b96b5b2f91 to your computer and use it in GitHub Desktop.
Save paulschwarz/b396c42f6a4d46a450c797b96b5b2f91 to your computer and use it in GitHub Desktop.
remove unused 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