Windows error 0xC0370101, -1070137087

Detailed Error Information

ERROR_VMCOMPUTE_IMAGE_MISMATCH[1]

MessageThe operating system of the container does not match the operating system of the host.
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 Code257 (0x0101)

Questions

2votes
0answers

The operating system of the container does not match

I have created a Windows Server 2016 VM, build 15063.2. I installed Docker EE according to these instructions. I can pull images and list them. But I cannot run them. I tried running microsoft/windowsservercore using this command. docker run -it microsoft/windowsservercore cmd It fails saying the version of the OS [...] read more
docker-for-windows
1vote
1answer

"docker run" fails with error on win10 1607

I am testing windows containers on the new 1607 Version (RTM) of win10 and have managed to install the WindowsServerCore and NanoServer images. But when I try to run a container it always fails with an error like this: docker run nanoserver C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: oci runtime [...] read more
windows-10
docker
windows-10-v1607
1vote
1answer

Kubernetes "Failed create pod sandbox" error when deploying services on Linux/Windows cluster

When I try to deploy a service to my cluster I get the error: "Failed create pod sandbox." The status of the containers remains stuck on "ContainerCreating." I followed this tutorial: https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows I have a two node Kubernetes cluster made up of a Windows Server 2016 worker node (named kubernetes) [...] read more
docker
kubernetes
docker-container
1vote
1answer

Getting error when I try to run a docker image on Windows Server 2016 created on Windows 10

I have created an image from cmd for a Wcf self hosted service created with Visual Studio 2017 , on my machine(Windows 10, update 1709) with Docker for Windows and I save it on local: docker build -t myimage:self-hosted. docker save -o my_image.tar my_image I have copied on other machine [...] read more
windows-server-2016
docker-image
docker-for-windows

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