

The lower left pane shows basic layer info and an experimental metric that will guess how much wasted space your image contains. This can be adjusted to show changes for a specific layer, or aggregated changes up to this layer. Also, you can fully explore the file tree with the arrow keys.įiles that have changed, been modified, added, or removed are indicated in the file tree.

Show Docker image contents broken down by layerĪs you select a layer on the left, you are shown the contents of that layer combined with all previous layers on the right. v “$HOME/.dive.yaml”:”$HOME/.dive.yaml” \Īdditionally you can run this in your CI pipeline to ensure you’re keeping wasted space to a minimum (this skips the UI): v /var/run/docker.sock:/var/run/docker.sock \

Or if you want to build your image then jump straight into analyzing it:īuilding on Macbook (supporting only the Docker container engine) To analyze a Docker image simply run dive with an image tag/id/digest: Dive is a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.
