Skip to main content

A tool for exploring a Docker image, layer contents, and discovering ways to shrink it.

# To analyze a Docker image:
dive <your_image_tag>

# To build an image and start analyzing it:
dive build -t <some_tag>