#go #cli #docker #docker_image #explorer #inspector #tui
Dive is a tool that helps you analyze and optimize Docker images. It shows you the contents of each layer in the image, indicates what has changed in each layer, and estimates how much space is wasted. You can use it to build and immediately analyze an image with one command. It also integrates with CI pipelines to ensure your images are efficient. Dive supports multiple container engines like Docker and Podman, and it has customizable key bindings and UI settings. This tool helps you make your Docker images smaller and more efficient, saving space and improving performance.
https://github.com/wagoodman/dive
Dive is a tool that helps you analyze and optimize Docker images. It shows you the contents of each layer in the image, indicates what has changed in each layer, and estimates how much space is wasted. You can use it to build and immediately analyze an image with one command. It also integrates with CI pipelines to ensure your images are efficient. Dive supports multiple container engines like Docker and Podman, and it has customizable key bindings and UI settings. This tool helps you make your Docker images smaller and more efficient, saving space and improving performance.
https://github.com/wagoodman/dive
GitHub
GitHub - wagoodman/dive: A tool for exploring each layer in a docker image
A tool for exploring each layer in a docker image. Contribute to wagoodman/dive development by creating an account on GitHub.