WinApps stops Docker container too early #559
Unanswered
DavidAlexanderMueller
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I recently migrated to linux and am using WinApps with Docker (Docker version 28.2.2, build e6534)
I encountered a problem, which I want to describe in more depth:
1. Step: I have nothing opened
2. Step: I try to be productive with office and start Windows
3. Step: I am confused.
winapps.log
I also checked in terminal what happened with my docker with
docker logs WinAppsterminal output
4. Step: Messing around
i found that the following command starts windows without issue, there is no SIGTERM send. This is pasted into the console as-is, there should be no significant time difference between both lines.
The log files of this command:
winapps.log
terminal output
5. Conclusion
I am pretty certain that the termination signal is send too early. In the logs, it seems that it initiates shutdown in the same moment as it has started the VM.
How can I fix this? My configuration file is attached.
winapps.conf
Beta Was this translation helpful? Give feedback.
All reactions