Skip to content

Instantly share code, notes, and snippets.

@iamlucianojr
Created September 1, 2015 18:22
Show Gist options
  • Save iamlucianojr/3c4e4074050ba89c57de to your computer and use it in GitHub Desktop.
Save iamlucianojr/3c4e4074050ba89c57de to your computer and use it in GitHub Desktop.
Remove all Docker images untagged
docker rmi -f $(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