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

Stopping the container #14

Open
kroese opened this issue Mar 27, 2023 · 0 comments
Open

Stopping the container #14

kroese opened this issue Mar 27, 2023 · 0 comments

Comments

@kroese
Copy link

kroese commented Mar 27, 2023

When the container is stopped via Docker, QEMU sends a SIGTERM signal to the Guest OS:

qemu-system-x86_64: terminating on signal 15

And immediately terminates the machine.

It would be much better if the machine received a normal shutdown signal, so it could stop itself cleanly instead of getting killed. That will prevent many filesystem corruptions and other problems.

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

Successfully merging a pull request may close this issue.

1 participant