Skip to content

Instantly share code, notes, and snippets.

@marciopuga
Created October 11, 2018 05:02
Show Gist options
  • Save marciopuga/d27b85de52f78f86c368c96f292a1008 to your computer and use it in GitHub Desktop.
Save marciopuga/d27b85de52f78f86c368c96f292a1008 to your computer and use it in GitHub Desktop.
Remove all docker dangling images
docker rmi $(docker images --quiet --filter "dangling=true")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment