logoalt Hacker News

matrssyesterday at 7:59 PM1 replyview on HN

You have to differentiate container images, and "runtime" containers. You can have the former without the latter, and vice versa. They are entirely orthogonal things.

E.g. systemd exposes a lot of resource control as well as sandboxing options, to the point that I would argue that systemd services can be very similar to "traditional" runtime containers, without any image involved.


Replies

osigurdsontoday at 1:14 AM

Well, I did mention "or use cgroups" above.