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
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
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
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