Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container hangs up when quit #2

Open
cybertk opened this issue Mar 6, 2017 · 2 comments
Open

Container hangs up when quit #2

cybertk opened this issue Mar 6, 2017 · 2 comments

Comments

@cybertk
Copy link
Contributor

cybertk commented Mar 6, 2017

Observations:

VBoxHeadless becomes zombie process

root      3277 17.4  0.0      0     0 ?        Zl   17:34   3:18 [VBoxHeadless] <defunct>

pstree output on host

$ pstree -p -s 3277
init(1)───dockerd(1527)───docker-containe(1856)───docker-containe(2347)───bash(2363)───VBoxHeadless(3277)───{VBoxHeadl+
@cybertk
Copy link
Contributor Author

cybertk commented Mar 7, 2017

After kill docker-container(process 2347), the process tree turns into,

$ pstree -p -s 3277
init(1)───bash(2363)───VBoxHeadless(3277)───{VBoxHeadless}(3298)

@cybertk
Copy link
Contributor Author

cybertk commented Mar 7, 2017

bash(2363) cannot be killed by any of following signals

kill -KILL 2363
kill -INT 2363
kill -TERM 2363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant