A dangling Docker image is an unused image, meaning that it has not been assigned or used in a container.
Docker keeps those dangling images, forever, if you don’t clean them up.
This will clear all dangling images:
docker images prune -f
In my case, this helped to free 10GB+