dockerdevopsdocker-machinehyper-vwindows-server-2019

DockerDesktop doesn't run on Hyper-V enabled server machine


I would like to build ABP project and docker image on Windows Server 10.0.17763.168.

I have attached the issue.

I have enabled Hyper-V feature on Physical machine.

Thank you for taking the time to consider my problem, all DevOps Engineers.

DockerVM doesn't run


Solution

  • Let me tell you my past experience. I encountered the similar case in the past, I downloaded Ubuntu iso image and used it to create a new virtual machine (VM) running Ubuntu. The process for creating a new VM will depend on the virtualization software you are using on your OS. Some popular virtualization software for Windows Server 2019 include Hyper-V, VMware, and VirtualBox. And you can install Docker there.

    And I recommend you use docker toolbox.

    https://docs.bitnami.com/containers/how-to/install-docker-in-windows/

    As you can follow this link, it would be a better approach for your case.

    Hope my hints would be helpful for you.