|
|
|
|
|
by spenczar5
1068 days ago
|
|
They don’t quite do the same things. Systemd will do stuff like ensure the service is restarted if it ever crashes. It can also make sure system-level dependencies are up and running (“service B depends on service A, so wait for A to be up before trying to start B”). Performance is not an issue in most docker setups you would ever use, correct. |
|
I think it mostly comes down to what layer of abstraction you like working at.