Introduction
When you build Docker images, they are made of layers. Sometimes these layers get too big or inefficient. Dive helps you look inside these layers to see what files are added or changed, so you can make your images smaller and faster.
When you want to find out why your Docker image is very large.
When you want to see which files are added in each layer of your Docker image.
When you want to optimize your Dockerfile to reduce image size.
When you want to check if unnecessary files are included in your image.
When you want to understand how your Docker image is built step-by-step.