Still see dead process
See original GitHub issueHi, I’m using this dumb-init as my entry point in my dock image from centos 6
ENTRYPOINT ["/usr/local/bin/dumb-init", "-c"]
The container is spun up by jenkins docker plugin as executor slaves with command bash -c '/usr/sbin/sshd -D'
After job finishes, I still see the zombi process issue in my docker machine
root 6985 1 0 12:07 ? 00:00:01 /usr/bin/docker -d -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver aufs --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=amazonec2
root 9138 6985 0 12:08 ? 00:00:00 [dumb-init]
500 9653 9138 37 12:08 ? 00:06:14 [java] <defunct>
First one is docker service. I’m not able to kill either of latter ones. I’m kinda new to Docker, any idea?
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (7 by maintainers)

Top Related StackOverflow Question
I have to have something that I can reproduce in order to debug.
Sorry.
I downgraded linux kernel and it seems working now.