p8952 / bocker

Docker implemented in around 100 lines of bash
https://www.p8952.info/
GNU General Public License v3.0
11.24k stars 715 forks source link

How does this work? #31

Open ebanner opened 1 year ago

ebanner commented 1 year ago

I would love to understand what each of the commands do, and how they all fit together to arrive at a cohesive solution.

It would be great if there was a blog post (or series of blog posts) with discussion and diagrams of the concepts behind making this work.

ebanner commented 1 year ago

chatGPT basically solves this for me

mikegwhit commented 4 months ago

can you post answer @ebanner ?

also in general cgroups and chroot

erkules commented 4 months ago

https://github.com/erkules/container-bauen it is in German. Feel free to (let it) translate.

The concept of (Linux)Namespaces is crucial for Linux-Containers in generelll.