Docker

Docker Containerization

Deep dives into container internals, Docker architecture, runtime ecosystems, and production deployment stacks.

Docker Demystified Series

A 9-part series covering everything from Docker Desktop to production Kubernetes stacks:

  1. Docker Desktop & Resource Management - VMs, cgroups, and resource allocation
  2. Linux Primitives - Namespaces, cgroups, and chroot
  3. Docker Architecture - CLI → dockerd → containerd → runc
  4. Runtime Confusion - Engines, high-level, and low-level runtimes
  5. containerd vs CRI-O - Comparing high-level runtimes
  6. Kubernetes & Docker - The dockershim story
  7. Podman - Red Hat’s daemonless alternative
  8. Docker vs Podman - A practical comparison
  9. Production Stack - What actually runs in the cloud

Standalone Articles

Comments