Command Palette

Search for a command to run...

Hectal
Phase 9Advanced10 of 11 in Docker

Container Internals

What a container really is: Linux namespaces, cgroups, the runtime stack (containerd, runc, OCI), overlay filesystems, and rootless containers.

A container isn't a lightweight VM; it's an ordinary Linux process with a restricted view of the system (namespaces), limited resources (cgroups), and a filesystem assembled from image layers (overlayfs). Seeing these pieces directly explains OOM kills, CPU throttling, 'why is PID 1 special', and how Kubernetes actually starts your containers.

0/4 · 0%
4 topics ~28 min 5 code blocks & diagrams
Start with the first topic