nix-docker
nix-docker copied to clipboard
Use systemd instead of supervisord
This is possible for privileged containers, see: http://rhatdan.wordpress.com/2014/04/30/running-systemd-within-a-docker-container/
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.
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