Skip to content

Instantly share code, notes, and snippets.

@madis
Created June 29, 2015 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save madis/f07bf068e6b7fc5be7cc to your computer and use it in GitHub Desktop.
Save madis/f07bf068e6b7fc5be7cc to your computer and use it in GitHub Desktop.
Remove all docker images
docker images | tail -n+2 | awk '{print $3}' | xargs -L1 docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment