skip to Main Content

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

2

Answers


  1. I had installed docker desktop using below link:
    https://docs.docker.com/desktop/install/windows-install/
    I didn’t enabled anything. It worked for me.
    If WSL 2 available, then it is easy to implement the docker. If not, then use Hyper-V as backend, but make sure the Virtualation in Task-Manager is enabled.
    If WSL 2 is not available.. the link is having the steps for WSL2. follow those steps.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search