dive

wagoodman/dive
Download & install Download and install locally. No server needed.

A tool for exploring each layer in a docker image

WinmacOSLinuxDockerImages
dive repository card

Deploy command

alias dive="docker run -ti --rm  -v /var/run/docker.sock:/var/run/docker.sock docker.io/wagoodman/dive"
dive <your-image-tag>

# for example
dive nginx:latest

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

dive will search for configs in the following locations: - $XDGCONFIGHOME/dive/.yaml - $XDGCONFIGDIRS/dive/.yaml - /.config/dive/.yaml - /.dive.yaml

Stars
★ 54.6k
Language
Go
License
MIT
Last updated
2025-12-15
Category
Developer tools
Section
General