top of page
Build Your First Container Runtime - under 50 Lines, Pure Bash
Date and time is TBD
|Microsoft Teams
What if we told you containers aren’t magic at all? In this session, we’ll build a working container runtime using everyday Linux commands and a tiny Bash script. No Docker. No frameworks. Just pure, old-school Linux doing cool things.
Registration is closed
See other eventsTime & Location
Date and time is TBD
Microsoft Teams
About the event
Containers feel fancy. Almost mystical.
But underneath all the YAML, CLIs, and logos… they’re just Linux having a really good day.
In this hands-on, curiosity-driven session, we’ll build a tiny experimental container runtime from scratch using nothing more than existing Linux tools and a Bash script that fits comfortably under 50 lines.
We’ll play with:
Namespaces to fake isolation
cgroups to tame resource usage
bottom of page