Open bobrik opened 9 years ago
@bobrik start the mesos_slave container with "--pid=host" so that it uses the process namespace of the host.
otherwise it seems that "docker wait" cannot be killed properly because it is running "inside" the Mesos Slave container.
(edit) Here is some information on the --pid flag: https://github.com/docker/docker/issues/8568
That's should be noted in README, I suppose.
Yup. IMHO this should be mentioned in serveral docs:
And also the service script of the CoreOS example should be updated:
But I don't know if this is in any way supported by the Mesosphere guys. At least it would be possible to provide pull requests for the GitHub stuff.
Mesos-slave in docker creates zombie apocalypse:
We can reuse init from phusion/baseimage to properly reap child processes.