Docker Fundamentals — Medium What is a dangling image in Docker? A An image layer that is no longer associated with any tagged image, typically created when a new image is built with the same tag, making the old image untagged and orphaned B An image that was downloaded but never used to start a container C An image from a private registry that can no longer be authenticated due to expired credentials D A partially downloaded image that failed to complete during a docker pull operation Show explanation