container-diff

Analyze and compare Docker container filesystems and layers

brewmacoslinux
Try with needOr install directly
Source

About

Diff your Docker containers

Commands

container-diff

Examples

Compare two Docker images to see differences$ container-diff diff daemon://image1:latest daemon://image2:latest
Analyze layers and contents of a single image$ container-diff analyze daemon://myimage:latest
Compare images from Docker Hub registry$ container-diff diff remote://ubuntu:18.04 remote://ubuntu:20.04