nix-docker icon indicating copy to clipboard operation
nix-docker copied to clipboard

Use systemd instead of supervisord

Open wmertens opened this issue 10 years ago • 2 comments

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

wmertens avatar May 07 '14 15:05 wmertens

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.

CMCDragonkai avatar May 29 '14 02:05 CMCDragonkai

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 [email protected] 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

zefhemel avatar May 29 '14 15:05 zefhemel