Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pandorasNox/324e0db554646ec9c95024bde8b1db52 to your computer and use it in GitHub Desktop.
Save pandorasNox/324e0db554646ec9c95024bde8b1db52 to your computer and use it in GitHub Desktop.
Remove dangling docker images
docker rmi $(docker images -q -f dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment