Y
Hacker News
new
|
ask
|
show
|
jobs
by
40183933
779 days ago
I have systemd manage my containers and system processes. Are there any benefits to process-compose over just using systemd?
1 comments
thenonameguy
775 days ago
It works on MacOS/Windows, unlike systemd. Therefore it's well suited for development environment setups for polyglot teams.
https://devenv.sh/
is one example that uses it to do just that.
link
https://devenv.sh/ is one example that uses it to do just that.