Cleanup docker dangling images

Published on

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+

10gb docker

Here, have a slice of pizza πŸ•