Docker Made Crystal Clear · chapter 2: What a Container Actually Is
The anchor diagram of this book
2026-08-27
Hold the two stacks side by side and the folklore evaporates. A VM is heavy because each one carries "an entire operating system". A container is light because it carries only its app and files; the docs complete the thought with the efficiency claim: "If you run multiple containers, they all share the same kernel, allowing you to run more applications on less infrastructure." Figure 2.1 is the version of this you should be able to reproduce on demand; the rest of the book leans on it constantly.

This diagram is one of many in Docker Made Crystal Clear.
Every chapter opens with the gist, draws the hard ideas, and ends with recipes and sources.
Get the book
