Skip to content

Instantly share code, notes, and snippets.

@suneg
Created January 25, 2018 14:21
Show Gist options
  • Save suneg/05b3711e1125af69a31498cb0920417e to your computer and use it in GitHub Desktop.
Save suneg/05b3711e1125af69a31498cb0920417e to your computer and use it in GitHub Desktop.
Docker image garbage collection
docker rmi $(docker images | grep \<none | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment