gpt4 book ai didi

docker - 错误 [0044] 无法调用 gRPC : cannot connect to the Docker daemon

转载 作者:行者123 更新时间:2023-12-04 16:03:57 24 4
gpt4 key购买 nike

我正在使用 Windows 10 Home,但在连接到 docker 时出现此错误:

ERRO[0044] failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: dial tcp 192.168.99.101:2376: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
context canceled

有人可以帮忙吗?我见过适用于 Linux 和 OS 的解决方案,但没有见过适用于 Windows 的解决方案

最佳答案

我也使用 Window 10 家庭版,
在 Windows 上,以管理员模式运行 cmd
并运行以下代码行

docker-machine start
docker-machine.exe env --shell cmd > e:\servers\docker\setenv.bat
call e:\servers\docker\setenv.bat
del e:\servers\docker\setenv.bat

继续在同一个 CMD 实例中运行您的 docker 客户端命令
不要忘记根据您的环境更改 docker 文件夹路径。

关于docker - 错误 [0044] 无法调用 gRPC : cannot connect to the Docker daemon,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55308947/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com