Skip to content

Instantly share code, notes, and snippets.

@thoralfliersch
Last active May 15, 2017 11:51
Show Gist options
  • Save thoralfliersch/5b2a5ff839566cafffbb5f61a67bcc2d to your computer and use it in GitHub Desktop.
Save thoralfliersch/5b2a5ff839566cafffbb5f61a67bcc2d 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