小编Hel*_*rld的帖子

如何在关闭 WSL 后重新启动 Docker Desktop?

我为Win10 Home安装了Docker Desktop。一切都很顺利,我能够启动 minikube。后来我决定停下来,Vmmem.exe因为我想玩游戏。运行以下命令:

wsl --shutdown
Run Code Online (Sandbox Code Playgroud)

现在Vmmem.exe已停止运行,但如何重新启动它?

minikube start给出以下错误

* minikube v1.22.0 on Microsoft Windows 10 Home Single Language 10.0.19041 Build 19041
* Using the docker driver based on existing profile

X Exiting due to PROVIDER_DOCKER_VERSION_EXIT_1: "docker version --format -" exit status 1: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version": open //./pipe/docker_engine: The system cannot find the file specified. …
Run Code Online (Sandbox Code Playgroud)

docker windows-subsystem-for-linux minikube

15
推荐指数
1
解决办法
3万
查看次数