Re: [systemd-devel] Docker, Supervisor and systemd

2014-02-21 Thread Lennart Poettering
On Thu, 20.02.14 23:25, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > Dear systemd folks, > > > Docker, “an open-source project to easily create lightweight, portable, > self-sufficient containers from any application”, [1] mostly recommends > to use Supervisor [2] to control the proc

Re: [systemd-devel] Docker, Supervisor and systemd

2014-02-20 Thread David Timothy Strauss
On Thu, Feb 20, 2014 at 2:25 PM, Paul Menzel wrote: > Or is there a reason why systemd should not be used for that? Distro portability, but that's rapidly dying as a reason. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists

[systemd-devel] Docker, Supervisor and systemd

2014-02-20 Thread Paul Menzel
Dear systemd folks, Docker, “an open-source project to easily create lightweight, portable, self-sufficient containers from any application”, [1] mostly recommends to use Supervisor [2] to control the processes to be run in the container, like starting and restarting them and logging the output.