Delving into Docker internals

Inspecting a Docker container filesystem without starting a container

(Sat Jul 20 2024 00:00:00 GMT+0300 (Eastern European Summer Time)) 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.