Low-level container how-tos
I have accumulated some links with information about containers
at a low-level. Some are very grass-roots, DIY, tutorials, some are
simple implementations. These are in no particular order:
http://cesarvr.github.io/post/2018-05-22-create-containers/
https://blog.lizzie.io/linux-containers-in-500-loc.html
https://github.com/p8952/bocker
https://ericchiang.github.io/post/containers-from-scratch/
https://dev.to/napicellatwit/containers-from-scratch-in-18-lines-of-code-3pmn
https://www.brighttalk.com/webcast/15077/253233/containers-from-scratch
http://blog.z3bra.org/2016/03/hand-crafted-containers.html
https://github.com/arachsys/containers
https://github.com/ghedo/pflask
https://github.com/xemul/libct
https://github.com/subgraph/oz
The above are NOT about using Docker, LXC, LXD, or any of the mainstream container implementations! Also, I stayed away from implementions in languages other than C or shell script -- there are some sites with low-level code in Go for example.
Tags: linux