dive

Explore Docker image layers and analyze their contents interactively

brewmacoslinux
Try with needOr install directly
Source

About

Tool for exploring each layer in a docker image

Commands

dive

Examples

Analyze a Docker image to see layer composition and file changes$ dive myapp:latest
Inspect a locally built image and identify large files consuming space$ dive 1234567890ab
Run dive with CI mode to get a report on image efficiency$ dive --ci myapp:v1.0