Erick Smith
Erick Smith
This issue has been sitting idle for too long and deserves an update. Within Microsoft we've been looking into this issue. The root problem is related to differences between how...
Apologies for the delayed response. If you'd like your app to opt-out of the "background" QoS behavior, you can use the SetProcessInformation API, with the ProcessPowerThrottling info class, to opt...
If I understood correctly, using the recommendations in this link (https://github.com/microsoft/Windows-Containers/issues/494) allowed you to tweak a WinPE image from within a container, right? That is good to hear. Can you...
Hi @iancward, it appears you're trying to work around the fact that by default trying to run a program from \windows\system32 when the parent is a 32-bit app, will actually...
Thanks for the additional clarity @iancward. I assume you're using an Exec command in your msbuild project file? If so, my suggestion was that you specify the path in the...
Hi @xlazom00, Thanks for reporting this, and for the detailed analysis. Regarding this comment from your initial post: > And I was finnaly able to run docker image without problem....
Hi @fdcastel, Thanks for the report. Out of curiosity, you noted that this is fixed in later versions of containerD. Are you not able to move forward to one of...
Just wanted to follow up on this. Microsoft did add support to Windows Server 2025 for GPU scenarios within Windows Containers beyond the classic DirectX support. So, you should now...
Hi, I just did a quick test running a ServerCore LTSC2022 container image on a WS2022 host. (Both fully up to date, ex. build 20348.3932). I launched the container as...