Description
Explores Docker image layers and shows which files were added, changed, or removed at each step. It helps developers understand image size, cleanup opportunities, and unexpected content inside containers.
Use it before publishing or deploying images when size and contents matter. Layer inspection can reveal secrets accidentally copied into an image, so treat findings carefully.