Live data from Hacker News

Building a Linux Container Using Namespaces: Part – 1 (2020)

polarsparc.com

1–10 of 24 posts

Re: Building a Linux Container Using Namespaces: Part – 1 (2020)

#3
See also:

* The What, Why and How of Containers (https://www.annwan.me/computers/what-why-how-containers/)

* Containers from Scratch (https://ericchiang.github.io/post/containers-from-scratch/)

* Linux Containers From Scratch in C (https://www.lucavall.in/blog/barco-linux-containers-from-scr...)

* Life of a Container (https://indradhanush.github.io/blog/life-of-a-container/)

Re: Building a Linux Container Using Namespaces: Part – 1 (2020)

#6
post #4

Based on Ubuntu 18.04, which is pretty old now. Are there any relevant changes for 22.04 or 24.04 or is this stuff stable now?

The userspace stuff of the Linux kernel doesn’t change all that much, and iproute2 (the ip command) has been around for a while. The only difference is that it’s a little easier to write Go programs now, and you don’t need to mess around with $GOPATH.

Re: Building a Linux Container Using Namespaces: Part – 1 (2020)

#9
post #3

See also: * The What, Why and How of Containers ( https://www.annwan.me/computers/what-why-how-containers/ ) * Containers from Scratch ( https://ericchiang.github.io/post/containers-from-scratch/ ) * Linux Containers From Scratch in C ( https://www.lucavall.in/blog/barco-linux-containers-from-scr... ) * Life of a Container ( https://indradhanush.github.io/blog/life-of-a-container/ )

Also

* 10-part series explaining all relevant Linux container mechanisms ( https://www.schutzwerk.com/blog/linux-container-intro/ )

Post reply on HN