rxd_txd
302 subscribers
501 photos
31 videos
22 files
2.78K links
Download Telegram
🔥🔥🔥Containers from Scratch🔥🔥🔥

This is write up for talk I gave at CAT BarCamp, an awesome unconference at Portland State University. The talk started with the self-imposed challenge “give an intro to containers without Docker or rkt.”

Often thought of as cheap VMs, containers are just isolated groups of processes running on a single host. That isolation leverages several underlying technologies built into the Linux kernel: namespaces, cgroups, chroots and lots of terms you’ve probably heard before.

So, let’s have a little fun and use those underlying technologies to build our own containers.
https://ericchiang.github.io/post/containers-from-scratch/

#linux #containers #fromscratch #unshare #cgroups #namespaces #nsenter #mustread
Linux CGroups and Containers

1. What are Control Groups
1.1. What are Resource Controllers
1.2. How Control Groups are Organized
1.3. Systemd
1.4. libcgroup
1.5. nsenter
1.6. free
2. What are Containers?
2.1. Containers vs. VMs
2.2. Open Container Initiative
2.3. What is Docker?
2.4. What is Kubernetes?

https://blog.codefarm.me/2021/11/23/linux-cgroups-containers/
#cgroups