Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active March 23, 2017 08:33
Show Gist options
  • Save jkullick/b76642c1f320fcbf26c9d7470040c146 to your computer and use it in GitHub Desktop.
Save jkullick/b76642c1f320fcbf26c9d7470040c146 to your computer and use it in GitHub Desktop.
Remove all untagged Docker Images
docker rmi -f $(docker images | grep "^<none>" | awk '{print $3}')

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment