Containers

What is a dangling image?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

It's an image without tags attached to it. One way to reach this situation is by building an image with exact same name and tag as another already existing image. It can be still referenced by using its full SHA.