Skip to content

Instantly share code, notes, and snippets.

@mfeineis
Created February 28, 2018 08:11
Show Gist options
  • Save mfeineis/7a494f43155cfa53b32b5a549a0551a1 to your computer and use it in GitHub Desktop.
Save mfeineis/7a494f43155cfa53b32b5a549a0551a1 to your computer and use it in GitHub Desktop.
Remove all docker images from your machine
#!/bin/bash
docker rmi $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment