|
|
|
|
|
by cyphar
3780 days ago
|
|
> I'm talking about systemd inside a container (as pid 1). I think that's the part that's not working. Ah sorry, I misunderstood. I'm not sure why you'd want to use systemd as your process manager in a container. systemd has a very "monolithic" view of the system and I'm not sure you gain much by using systemd over supervisord (I'd argue you lose simplicity for useless complexity). > Overlayfs is still causing some problems though. I've been looking into overlayfs and I really encourage you to not use it. There have been an endless stream of bugs that the Docker community has discovered in overlayfs, and as far as I can see the maintainer is not particularly responsive. There's also some other issues (not being POSIX complete) which are pretty much unresolvable without redesigning it. |
|
Just FYI - we use Debian on Linode.