Pages

Home, Library, Bookmarks, Blogs

Dive

2025-10-17

dive is a tool for exploring container layers, and identifying ways to shrink the size of an image.

Website

https://github.com/wagoodman/dive

Tldr

~ tldr dive

dive

Explore a Docker image, layer contents, and discover ways to shrink it.
More information: <https://github.com/wagoodman/dive>.

- Analyze a Docker image:
    dive your_image_tag

- Build an image and start analyzing it:
    dive build -t some_tag