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
