📝 Linux

I Thought I Understood Containers. Then I Tried Building One.

BLOG ARTICLE Published on July 4, 2026

Written by Henry Osei

Source: DEV Community - Linux 1 min read intermediate

Summary

I had just aced my mentor’s Docker exam, so of course I thought I understood containers. I had said all the right words: namespaces, cgroups, images, layers, PID 1, Kubernetes Pods. Then I typed my first serious command and Linux reminded me that knowing the nouns is not the same thing as building the thing. $ sudo unshare -p 1 test unshare: failed to execute 1: No such file or directory That was the opening scene. I had not even built anything yet. I had typed the flags wrong and a...

#devops #docker #learning #linux
0 views
0 likes
0 comments