Comment on Docker 1.10.0 is outparentComments−sandGorgon10ymaybe you should read this [1]. We have always run all processes under a supervisor.[1] https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zomb...−ymt12310yI think this was the problem [1] was targeting [1] http://engineeringblog.yelp.com/2016/01/dumb-init-an-init-fo...−sandGorgon10yOne of many.Which is why u think might as well get systemd working on docker...−nemothekid10yI see, so it looks like if your process spawns other processes and doesn't reap them when they die, you end up in trouble with zombie processes in docker.
Comments
maybe you should read this [1]. We have always run all processes under a supervisor.
[1] https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zomb...
I think this was the problem [1] was targeting [1] http://engineeringblog.yelp.com/2016/01/dumb-init-an-init-fo...
One of many.
Which is why u think might as well get systemd working on docker...
I see, so it looks like if your process spawns other processes and doesn't reap them when they die, you end up in trouble with zombie processes in docker.