Why does .Net Framework version differ for the same container depending on the hosts version of Windows?
How is it possible that the .Net Framework version within a Docker container is different, dependent on what host machine it runs on?
How to determine why Docker Windows Container runs successfully on Windows 11 but fails on Windows Server 2019?
I have a Windows Container that I can use to successfully build an Unreal Engine project on my Windows 11 desktop. It uses the windows server 2019 image in process isolation mode. However, when I run the exact same container and build on a Windows Server 2019 machine, it fails.