Devops, Docker
Dangling images in Docker
June 26, 2020 -
Dangling images are layers that have no relationship to any tagged images. They no longer serve a purpose and consume disk space.
An unused image is an image that has not been assigned or used in a container.
List Dangling images
docker images -f dangling=true