Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Last active August 29, 2015 14:08
Show Gist options
  • Save martinrusev/1ed9649ed66b244993d7 to your computer and use it in GitHub Desktop.
Save martinrusev/1ed9649ed66b244993d7 to your computer and use it in GitHub Desktop.
Remove untagged 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