dive
A tool for exploring each layer in a docker image
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:latestTaken 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