I am new to Docker Desktop for Windows. I am getting an error when I tried the hello world example by following this. Update Below is the steps I followed: 1 Installed Docker for Windows, stable version 2 Both Hyper-V and Virtualization have been enabled on my Windows 10 However, [...] read more
I'm new to Docker so I don't even know where to look. Here are the instructions: > Next, pull a base image that’s compatible with the evaluation build, re-tag it > and to a test-run: > > docker pull microsoft/windowsservercore:10.0.14393.321 > docker tag microsoft/windowsservercore:10.0.14393.321 microsoft/windowsservercore > docker run microsoft/windowsservercore hostname [...] read more
I have a windows 10 machine that is hosted on VMWare (vShpere 6.2 ) . I'm trying to run docker container on this machine and I've installed 'Docker for Windows' on the machine. When running the hello-world container I'm getting the following error. c:\> docker run hello-world docker: Error response [...] read more
I get the following error when I try to run a docker-based Windows container using the following commands: docker pull microsoft/dotnet-framework docker run -it microsoft/dotnet-framework cmd > docker: Error response from daemon: container > 31112532fbefca415cfb10134612cf4467c084e93e699b7caa320ca60f5df266 encountered > an error during CreateContainer: failure in a Windows system call: No > hypervisor [...] read more
I am working with Azure Functions on Premises V2 (Runtime). Trying to test a simple function that is executed each minute and write in logs. However Function is not executed, and I am getting this error. It is running on a Virtual Machine with Windows server 2016. (what I think [...] read more
On Windows 10 Pro with Hyper V driver, I receive Error creating machine: Error in driver during machine creation: exit status 1 during creation and when I try to start it manually every time. I'm new with docker, in fact I installed it yesterday and I can't get past the [...] read more