Skip to content

Instantly share code, notes, and snippets.

@tnozicka
Created October 6, 2016 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnozicka/091866b6b9ca908f02796f549c66580e to your computer and use it in GitHub Desktop.
Save tnozicka/091866b6b9ca908f02796f549c66580e to your computer and use it in GitHub Desktop.
#!/bin/bash
docker rmi -f $(docker images --format='{{.Repository}}\t{{.ID}}' | grep -e "docker\.io/openshift/origin.*" | cut -f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment