Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created June 5, 2017 13:24
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 voutilad/ed95671734fbd06a7bf1017e84ec5805 to your computer and use it in GitHub Desktop.
Save voutilad/ed95671734fbd06a7bf1017e84ec5805 to your computer and use it in GitHub Desktop.
Delete all Docker images including intermediates
#!/bin/bash
docker images --format "{{.ID}}" -a | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment