Hacker News new | ask | show | jobs
by aitchnyu 590 days ago
Is there a popular project which puts systemd and multiple processes in a container? I've seen only single process containers so far.
2 comments

LXD/Incus for hypervisor-for-containers use-case.

Podman for "like Docker, but made by Linux people". It supports both application containers and system containers (which have systemd as PID 1).

systemd-nspawn might be what you are looking for: https://wiki.debian.org/nspawn