Skip to content

Instantly share code, notes, and snippets.

@tomav
Created October 25, 2015 15:29
Show Gist options
  • Save tomav/eb440cdadf2f831ac826 to your computer and use it in GitHub Desktop.
Save tomav/eb440cdadf2f831ac826 to your computer and use it in GitHub Desktop.
Docker remove untagged images under Mac OSX
docker rmi $(docker images | grep "^<none>" | grep -o '[a-f0-9]\{12\}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment