Skip to content

Instantly share code, notes, and snippets.

@fukaoi
Last active January 18, 2018 01:27
Show Gist options
  • Save fukaoi/baa9460af16eb1650c74c856afab252d to your computer and use it in GitHub Desktop.
Save fukaoi/baa9460af16eb1650c74c856afab252d to your computer and use it in GitHub Desktop.
All delete docker images
#!/bin/bash
docker images | awk '/[a-z0-9]+/ {print }' | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment