Windows error 0xC037010A, -1070137078

Detailed Error Information

ERROR_VMCOMPUTE_CONNECTION_CLOSED[1]

MessageThe connection with the Virtual Machine hosting the container was closed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode55 (0x037)
NameFACILITY_USERMODE_VIRTUALIZATION[2][1]
DescriptionThe source of the error code is the user mode virtualization subsystem.[2][1]
Error Code266 (0x010a)

Questions

2votes
2answers

Unable to use the volume flag with a windows container

I am trying to map a host folder to the guest in the same way that is easily accomplished on linux/mac via -v "$(pwd)":/code. I can't come up with a simple example to make this work with Windows Containers. docker build -t="webdav" . docker run --rm -it -v C:\junk:C:\code --name [...] read more
docker-volume
docker-for-windows
docker
1vote
2answers

Dotnet build crashes with Docker

As I run the default from VS2017 generated Dockerfile, after a few minutes I get the following error: > The command 'cmd /S /C dotnet build "XXX.csproj" -c Release -o /app' returned > a non-zero code: 4294967295: failed to shutdown container: container > e9402aaef7780a5c66dca0e3b9f5683c3c2cc079ff7934844301067bd1ce07ad encountered > an error during Shutdown: [...] read more
docker
.net-core

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0