.Diving into Docker Images with Dive - Chris Stretton

Chris Stretton

Jun 02, 2023

Diving into Docker Images with Dive

Dive [https://github.com/wagoodman/dive] is a neat tool by Alex Goodman

It lets you examine each layer that makes up a docker image, and shows a diff of files that were added, changed or removed from the previous layer.

Great if you want to diagnose why your application image is suddenly bloating.

OLDER > < NEWER