Open wmertens opened 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.
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
This is possible for privileged containers, see: http://rhatdan.wordpress.com/2014/04/30/running-systemd-within-a-docker-container/