Can get a Docker image reference and show its layers, the size of each one and which files contribute to each layer size.
Dive - Docker image exploration
flossOn GitHub
Can get a Docker image reference and show its layers, the size of each one and which files contribute to each layer size.
Run with
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
wagoodman/dive:latest <docker image reference>