zefhemel / nix-docker

Provision Docker images using Nix
281 stars 23 forks source link

Use systemd instead of supervisord #5

Open wmertens opened 10 years ago

wmertens commented 10 years ago

This is possible for privileged containers, see: http://rhatdan.wordpress.com/2014/04/30/running-systemd-within-a-docker-container/

CMCDragonkai commented 10 years ago

Is there a lightweight way to avoid using process runners to run processes? In fact can't Docker itself be the process runner, and you have the monitoring above the abstraction level of Docker.

zefhemel commented 10 years ago

Then you have to run every process in its own container. — Zef

Sent from my iPhone

On Thu, May 29, 2014 at 4:52 AM, Roger Qiu notifications@github.com wrote:

Is there a lightweight way to avoid using process runners to run processes? In fact can't Docker itself be the process runner, and you have the monitoring above the abstraction level of Docker.

Reply to this email directly or view it on GitHub: https://github.com/zefhemel/nix-docker/issues/5#issuecomment-44489207