Barco: Linux Containers from Scratch in C
1–10 of 75 posts
Re: Barco: Linux Containers from Scratch in C
#2Re: Barco: Linux Containers from Scratch in C
#3barco is a project I worked on to learn more about Linux containers and the Linux kernel, based on other guides on the internet.
Re: Barco: Linux Containers from Scratch in C
#4Re: Barco: Linux Containers from Scratch in C
#5[flagged]
Re: Barco: Linux Containers from Scratch in C
#6Re: Barco: Linux Containers from Scratch in C
#7Aren't containers never suitable for running untrusted code? You need AppArmor, bwrap, or similar AFAIK.
Re: Barco: Linux Containers from Scratch in C
#8> barco enforces a minimal set of restrictions to run untrusted code, which is not recommended for production use, where a more robust solution should be used. Aren't containers never suitable for running untrusted code? You need AppArmor, bwrap, or similar AFAIK.
Re: Barco: Linux Containers from Scratch in C
#9> barco enforces a minimal set of restrictions to run untrusted code, which is not recommended for production use, where a more robust solution should be used. Aren't containers never suitable for running untrusted code? You need AppArmor, bwrap, or similar AFAIK.
I would probably point at a virtual machine for a convenient place to run untrusted code. It's not perfect -- there are VM escapes -- but it's more convenient than a dedicated, air-gapped machine.
https://cloud.google.com/blog/products/containers-kubernetes...
Re: Barco: Linux Containers from Scratch in C
#10[flagged]
Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage. They're too common to be interesting.