Skip to content

Instantly share code, notes, and snippets.

@fprieur
Last active August 29, 2015 14:24
Show Gist options
  • Save fprieur/e005e114351c132304a7 to your computer and use it in GitHub Desktop.
Save fprieur/e005e114351c132304a7 to your computer and use it in GitHub Desktop.
remove force all untagged docker images
docker rmi --force $(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