Skip to content

Instantly share code, notes, and snippets.

@stj
Created May 16, 2018 20:18
Show Gist options
  • Save stj/bf9f35b8f9567cddbbfec288dc0b19b8 to your computer and use it in GitHub Desktop.
Save stj/bf9f35b8f9567cddbbfec288dc0b19b8 to your computer and use it in GitHub Desktop.
remove docker images
docker images | grep <whatever> | awk '{ print $3 }' | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment