Estoy tratando de ver si puedo ejecutar systemd dentro de un contenedor docker (que ejecuta arch linux en el contenedor).
Comienzo Docker con todas las capacidades, y enlazo mount en cgroups:
docker run -it --rm --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro ..
sin embargo, si intento ejecutar el binario systemd:
Trying to run as user instance, but the system has not been booted with systemd.
Intenta descubrir cómo iniciar las cosas correctamente en systemd comienza.
systemd
página del manual sería un buen lugar para comenzar. Google también publica varios artículos sobre cómo ejecutar systemd en docker.