|
|
|
|
|
by Etzos
3756 days ago
|
|
I think this is a little bit off. You're looking at them from two different perspectives. Docker wants to manage your containers. And in that regard it is one monolithic daemon that manages everything about your containers. Systemd wants to manage your computer and things related to init. It is a bunch of modular, but strongly integrated, pieces that manage everything about your init and process management. |
|
OH REALLY? well, can I just run systemd-udevd, without systemd? how about journald? No? well than, if everything depends on one massive daemon, it isn't very modular, is it.