Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What's the systemd equivalent to docker-compose? The real value-add of Docker imo is not the security, it's the easy packaging, distribution, and running of otherwise complicated apps.


Writing N systemd service files with After=, etc., to match your docker-compose.yml that has N services in it.

I have ported a few docker-compose.yml-s this way, because I don’t understand docker enough to troubleshoot issues with getting my firewall rules to apply to docker traffic. Dependency hell is not an issue for these projects, so I feel happier with systemd.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: