advancedTop 100 Interview Questions

How can you inspect what changed between two image layers?

`docker history <image>` shows the layer list with the command that created each and its size; for deeper inspection, tools like `dive` can interactively browse layer contents and what each layer added, modified, or deleted.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

How can you inspect what changed between two image layers?

Next Step

Continue to What's the practical difference between CMD and ENTRYPOINT?← Back to all Docker questions