Skip to content

Instantly share code, notes, and snippets.

@smarigowda
Created December 21, 2016 17:15
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 smarigowda/082043a70a93cc3fea72f5aa11101bb6 to your computer and use it in GitHub Desktop.
Save smarigowda/082043a70a93cc3fea72f5aa11101bb6 to your computer and use it in GitHub Desktop.
DOCKERCommands
docker images | tail -n +2 | awk '{ print $1 ":" $2}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment