Home > Net >  Docker not starting on Windows 10
Docker not starting on Windows 10

Time:10-04

After installing docker Desktop on windows , the docker fails to start even though I have wsl2 installed

 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

What are the steps that I should take to fix the issue

CodePudding user response:

To use Docker on windows with WSL2 you need to enable virtualization on BIOS settings and configure WSL2 on Docker Desktop.

How to enable virtualization on BIOS

How to run Docker desktop with WSL2

  • Related