tini
tini copied to clipboard
Does systemd work with tinid?
Does systemd work with tinid as an init? Was having issues using systemd in a container in the past and had to default back to supervisord.
Use tini
to start systemd
? Tini won't really be adding anything useful, just running systemd directly will provide zombie reaping. (Can systemd even run correctly when not pid 1?)
Correct yosikfit,systemd
cannot be ran without pid 1. Did not know this before my experiment.