-
Notifications
You must be signed in to change notification settings - Fork 74
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
Every container or host system reboot resets Windows network settings #161
Comments
Hello, thank you for your interest in the project. It seems that your question pertains to the behaviour of the Docker container itself, which would be best addressed by the dockur/windows team. If you decide to open an issue on their repository, please share the link here for the benefit of other users. |
Maybe this can help you? Edit: This won’t carry over your settings, but at least it will suppress the prompt. |
For those still looking for a workaround:
|
@itiligent Can we set this script up as a boot task from inside installer.bat? |
Yes, I was already looking at that yesterday. As a batch file it's not really workable, but it's possible to create the powershell script and call it as a scheduled task at boot all via the install.bat. I've built a time sync function as a scheduled task in install.bat already and it works OK. My install script only needs a little more adaptation for fedora but I've been short of time lately |
FYI I just put this idea into a PR
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Oskar Manhart ***@***.***>
Sent: Tuesday, September 17, 2024 3:58:35 PM
To: winapps-org/winapps ***@***.***>
Cc: David Harrop ***@***.***>; Mention ***@***.***>
Subject: Re: [winapps-org/winapps] Every container or host system reboot resets Windows network settings (Issue #161)
@itiligent<https://github.com/itiligent> Can we set this script up as a boot task from inside installer.bat?
—
Reply to this email directly, view it on GitHub<#161 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWTGATHXND4OOSCV5NOEPYDZW7AIXAVCNFSM6AAAAABLMPUYCKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJUGU4TKOJYHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Solved in PR #259 |
Every time the Windows docker container is either rebooted, or the host Linux system is restarted, the Windows network settings are not carried over at next boot requiring manual intervention to re-establish network groups and sharing.
Pictured is after the 4th reboot of my test container that built with the default compose file. Each reboot requires I log in interactively to reset this. Doe's anyone know what am I missing?
The text was updated successfully, but these errors were encountered: