> When building Docker containers, one must run services such as nginx, sshd > and uwsgi controlled by supervisord. > My attempts to use systemd on Fedora 21, failed. > > Since for a web-app, we need uwsgi anyway, how about replacing supervisord > against uwsgi itself, and use that as the system wide supervisor (not the > program) for nginx, sshd, etc. > > >
This already happens in uwsgi.it PaaS and a couple of other services built over uWSGI. But as others have already said, docker is meant to run a single app, so a process manager should not be required. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
