Not able to start minikube cluster #3
-
While I am trying to start cluster on WSL, I am getting docker error. I have verified on windows machine that docker ostype is set to Linux. ++++++++++++++++++ 🤷 Exiting due to PROVIDER_DOCKER_NOT_FOUND: The 'docker' provider was not found: exec: "docker": executable file not found in $PATH root@DESKTOP-HI3K193:~# PS C:\Users\lenovo> docker info --format '{{.OSType}}' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Docker for Desktop on Windows enables mounting the Docker daemon automatically in WSL2. Make sure that you're running Let me know if you still have issues |
Beta Was this translation helpful? Give feedback.
Docker for Desktop on Windows enables mounting the Docker daemon automatically in WSL2.
Make sure that you're running
minikube
on WSL2, after following this tutorial - https://docs.docker.com/docker-for-windows/wsl/Let me know if you still have issues