We have been using windows containers as test rigs for while now with great success. However since the last windows update, the container seems it crashes the host system (Windows Server 2019 std).
The server will be running fine for hours, then minutes after executing one of these commands it will crash.
- docker run -it --rm -p 8000:80 --name core_sample mcr.microsoft.com/dotnet/core/samples:aspnetapp
- docker run --name test mcr.microsoft.com/windows/nanoserver:1809
Just wondering if anybody else is experiencing the same? We already tried to reinstall the host but no joy.