Skip to content

Instantly share code, notes, and snippets.

@qzm
Created May 8, 2019 04:20
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 qzm/763f46c9275d7be2a7faf20ab10d5299 to your computer and use it in GitHub Desktop.
Save qzm/763f46c9275d7be2a7faf20ab10d5299 to your computer and use it in GitHub Desktop.
remove docker <none> images
docker rmi $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment