Closed git1453 closed 1 month ago
Hi @git1453
What hardware are you running this on?
and, it looks like a .NET runtime error so it would be good to establish if you can run containers with .NET code. See https://hub.docker.com/r/microsoft/dotnet-samples/ and consider running docker run --rm mcr.microsoft.com/dotnet/samples
to verify that .NET containers work for you.
I running docker run --rm mcr.microsoft.com/dotnet/samples
,and the same problem. in the aarch64 linux server i had run the asp.net core 6.0 web program, it work well. it should be containers problem.
Thank you very much.
Thanks for the follow-up :+1:
Describe the bug fail to start seq
To Reproduce Steps to reproduce the behavior:
Expected behavior docker logs seq
GC: Failed to initialize GCToOSInterface GC initialization failed with error 0x80004005 Failed to create CoreCLR, HRESULT: 0x80004005
Screenshots
Environment (please complete the following information):
Additional context Add any other context about the problem here.