Visually inspect Docker image layers and their contents to identify and remove wasted space.
Dive is a TUI tool that lets you explore Docker image layers interactively, showing file changes and aggregated contents at each step. You can run it with `dive <image-tag>` for existing images or `dive build -t <tag> .` to analyze a newly built image. It also offers a non-interactive CI mode (`CI=true dive <image>`) to automate image efficiency checks.
Visually inspect Docker image layers and their contents to identify and remove wasted space.
Developers, DevOps engineers, and CI/CD practitioners who want to understand and optimize the size of their Docker images will find this helpful.