|
|
|
|
|
by zodiakzz
1615 days ago
|
|
I miss Systemd inside Docker containers so much. IMO, for an app, "one-process per container" is a huge pain and very messy. I have a massively popular software to back up that claim: https://github.com/discourse/discourse_docker I use phusion/baseimage-docker[1] right now, love every bit of it. Having the database, web server(nginx) and the java backend all in one place works beautifully. The only pain point is having to write `runit` scripts for startup and shutdown for each service, hence the wish for Systemd inside containers. 1: https://github.com/phusion/baseimage-docker |
|
One process per container is indeed strange in a lot of use cases, you lose the self-contained advantage of a container...