Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created February 3, 2017 11:51
Show Gist options
  • Save nicolanrizzo/ce31de5c54827eb8084b224ba0d5ba99 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/ce31de5c54827eb8084b224ba0d5ba99 to your computer and use it in GitHub Desktop.
Docker: Remove Untagged Images From Docker
docker rmi $(docker images -a | grep "^<none>" | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment