Skip to main content

Dive - Explore Docker Image Layers

·50 words·1 min
Kostiantyn Lysenko
Author
Kostiantyn Lysenko

Dive shows Docker image content layer by layer - useful to understand how an image was built and what’s inside.

It also shows image efficiency score, potentially wasted space, and size of each layer - handy for Docker image optimization.

brew install dive
dive <image>  # e.g. dive rabbitmq:4.2.3-management
Dive screenshot

https://github.com/wagoodman/dive


comments powered by Disqus