Windows error 0xC0370108, -1070137080

Detailed Error Information

ERROR_VMCOMPUTE_CONNECT_FAILED[1]

MessageA connection could not be established with the Virtual Machine hosting the Container.
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 Code264 (0x0108)

Questions

11votes
4answers

Windows containers on Windows 10 Anniversary Update are not working

I just upgraded to the Windows 10 Anniversary Update (1607, 2016-08-02) and wanted to try Windows containers. I followed the most recent guide I could find: Windows Containers on Windows 10 by Neil Peterson (subject to change!!) But when coming to the Docker run, it could not start the container: [...] read more
windows
containers
5votes
0answers

Docker failed to start service utility VM with LCOW on windows server 2019

I try to run a Docker container on a fresh windows 2019 machine but on pulling it I get following error message after a night long waiting: C:\Program Files\Docker\docker.exe: failed to register layer: failed to start service utility VM (applydiff d3d444b7e4622ad1fed86aca20a57e5fec56d756feced70ef51bfeb0eb85aee5): container d3d444b7e4622ad1fed86aca20a57e5fec56d756feced70ef51bfeb0eb85aee5_svm encountered an error during CreateContainer: failure in [...] read more
docker
windows-server-2019
1vote
0answers

Error building a docker in Windows 10

I'm trying to build a docker image from a really simple project, just to start understanding how docker works and communicate. So, I have created a WebApi project, with just one method that returns a 200. Once the project has been created, I created the dockerfile: # TP5 for technology [...] read more
docker
windows-10
dockerfile

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