rxd_txd
306 subscribers
479 photos
25 videos
22 files
2.71K links
[
{
"channel":"rxd_txd",
"info":"my bookmarks",
"feedback":"@flsixtyfour",
"topics":[
"devops",
"linux",
"sci",
"music",
"go",
"/dev/null"
]
}
]
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
⚙️ Ну и продолжая уже вот эту тему - From Docker Compose to Kubernetes with Podman. На примере запуска всё того же сайта на WordPress. #podman #containers #фидбечат