Video thumbnail for Docker Explained: How Containers Really Work (Zero to Pro)

Docker Explained: How Containers Really Work (Zero to Pro)

Sep 19, 2026
Velum Theory Logo

Velum Theory

What is Docker, and how does it actually work? No Docker or DevOps knowledge needed. We follow one small pizza ordering app that "works on my machine" but crashes on the server, and fix it step by step, from the very first container all the way to Kubernetes. In this video: • Why apps break when they move between computers • The old fixes: long setup guides and heavy virtual machines • The shipping container idea behind Docker • Containers vs virtual machines (apartments vs houses) • Images vs containers, explained with a song file • The Dockerfile recipe, layers and build caching • Running a container and opening a port • Sharing images through a registry like Docker Hub • Volumes: keeping your data when containers come and go • Docker Compose: running a whole app with one command • Under the hood: the Docker engine, namespaces, control groups, layered file systems • Kubernetes: running thousands of containers • Pro tips: small images, no baked-in secrets, no root, scanning ⏱ CHAPTERS 00:00 It works on my machine 00:41 Why apps break when they move 01:09 The old fixes: setup guides and virtual machines 01:37 The shipping container idea 02:17 Containers vs virtual machines 02:51 Images and containers 03:21 The Dockerfile: a recipe for an image 03:55 Layers and caching 04:25 Running a container and opening a port 05:02 Sharing images: registries and Docker Hub 05:37 Volumes: keeping your data 06:10 Docker Compose: many containers together 06:48 How Docker really works: namespaces and control groups 07:38 Kubernetes: thousands of containers 08:21 Pro tips: small, safe images 08:57 The whole journey 📚 SOURCES • Wikipedia: Docker (software); Docker blog, "11 Years of Docker" (first demoed by Solomon Hykes at PyCon, 15 March 2013). • 2025 Stack Overflow Developer Survey, Technology section (Docker used by 71% of respondents, +17 points). • Port Houston: the Ideal X (26 April 1956, 58 containers). • Docker docs: Dockerfile reference, multi-stage builds, volumes, networking, Docker Compose, Docker Desktop WSL 2 backend. • Linux man pages and kernel docs: namespaces(7), cgroups(7); OverlayFS; containerd and runc (OCI runtime specification). • Kubernetes docs and Wikipedia: overview, history (Google, June 2014), name from the Greek for helmsman. • Docker blog and newsroom (2025-26): Docker MCP Catalog and Toolkit, Docker Model Runner, Docker Hardened Images. Note: facts are as of September 2026. Commands and files on screen are simplified for clarity. ▶ Watch next: • MCP vs API Explained — [add link] • LangChain Explained — [add link] • Every API Explained — [add link] • Unix vs Linux Explained — [add link] Animated with Manim. Narration voice is AI-generated. Not affiliated with Docker, Inc., the Cloud Native Computing Foundation, Google or any company shown. All logos are trademarks of their respective owners and are shown only to identify the products discussed. Logo files: Simple Icons (CC0); icons: Tabler Icons (MIT). #Docker #DevOps #Kubernetes
#Science