armbzk

Results 3 comments of armbzk

Same applies to system locale: ```ps1 # On host system Get-WinSystemLocale LCID Name DisplayName ---- ---- ----------- 1031 de-DE German (Germany) # docker run --isolation=process ... LCID Name DisplayName ----...

I agree that it should be possible to isolate these settings from the host operating system. Unfortunately `RUN powershell -Command Set-WinSystemLocale de-DE` in the dockerfile has no effect at all,...