Skip to content

Instantly share code, notes, and snippets.

@eresende
Last active August 29, 2015 14:14
Show Gist options
  • Save eresende/0dd8bb71ec9e52c89620 to your computer and use it in GitHub Desktop.
Save eresende/0dd8bb71ec9e52c89620 to your computer and use it in GitHub Desktop.
Docker :: Remove Untagged 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