Skip to content

Instantly share code, notes, and snippets.

@adimircolen
Last active July 25, 2017 18:09
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 adimircolen/f3a27f36bf1a1024a00074d1e7b250be to your computer and use it in GitHub Desktop.
Save adimircolen/f3a27f36bf1a1024a00074d1e7b250be to your computer and use it in GitHub Desktop.
Remove All Docker images
#!/usr/bin/env bash
docker rmi -f `docker images | awk '{ print $3; }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment