Delving into Docker internals

Inspecting a Docker container filesystem without starting a container

(2024-07-19T21:00:00.000Z) Docker images contain instructions for building a filesystem one layer at a time. Sometimes we need to explore the layers to ensure the image is built correctly. Since it's non-obvious how to do that, let's explore several tools.