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

Docker fails to stop container gracefully #172

Open
kedder opened this issue May 26, 2022 · 0 comments
Open

Docker fails to stop container gracefully #172

kedder opened this issue May 26, 2022 · 0 comments

Comments

@kedder
Copy link

kedder commented May 26, 2022

I'm using up9inc/mockintosh docker image to run mockintosh server. When I try to stop the running docker container, it will not stop immediately. Instead, docker will wait for around 10 seconds and then force-kill it, which is pretty annoying.

I think the reason is that mockintosh entry point does not react to SIGTERM signal: if I exec bash in the running container and run kill 1 there, nothing happens, even though that command is expected to terminate the mockintosh process.

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