Skip to content

Instantly share code, notes, and snippets.

@MikeFielden
Created June 2, 2015 01:15
Show Gist options
  • Save MikeFielden/b3f640afbdaf7d981110 to your computer and use it in GitHub Desktop.
Save MikeFielden/b3f640afbdaf7d981110 to your computer and use it in GitHub Desktop.
Remove all Docker images
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment