THE DEV BENCH
🐳

Docker lab

Containers are the unit Pods run. Learn mode teaches Docker from images to networking; Break-fix mode has you repair deliberately broken containers at a real docker prompt.

Why this matters: Most Kubernetes problems are really container problems wearing a bigger hat — a bad image reference, a wrong entrypoint, a port that was never exposed. Get fluent here and half of cluster debugging stops being mysterious.

Docker — getting started

New to Docker? Each walkthrough gives you a real host and teaches one core concept at a live docker prompt — run it, see it work, and the built-in Check confirms you've got it.

Loading scenarios…