The DevOpsBeast Blog

Production engineering notes.

Field notes on Kubernetes, GPUs, Linux, and the rest of the production stack, from engineers who run real infrastructure.

Container Internals··8 min read

There Is No Container: What Actually Runs When You docker run

There is no container object in the Linux kernel. A container is a normal process with four restrictions applied to it. Once you see the four, every container problem you have ever hit, an escape, an OOM kill, a permission error, image bloat, becomes a question about one specific piece.

Read post