Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created September 13, 2016 12:14
Show Gist options
  • Save erangaeb/48fe3b286490016fb76342d47245bca0 to your computer and use it in GitHub Desktop.
Save erangaeb/48fe3b286490016fb76342d47245bca0 to your computer and use it in GitHub Desktop.
docker rmi $(docker ps -q)
or
docker images -q |xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment