Instantly share code, notes, and snippets.
Remove dangling docker images
docker rmi $(docker images -f "dangling=true" -q)