为什么我在为 HyperLedgerFabric 安装 Fabric 样本和二进制文件时遇到 'Cannot connect to docker daemon' 错误?

Why I'm I getting 'Cannot connect to docker daemon' error while installing the Fabric Samples and binaries for HyperLedgerFabric?

我正在按照 hlf documentation

中的步骤操作

当我尝试安装 Fabric 示例和二进制文件时,出现以下错误:

我检查了 docker 守护进程及其 运行,我选择的容器是 Kubernetes

我该怎么做才能解决这个问题?请指导我。提前致谢。

尝试授予更高的访问权限。

cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon

您可以在 https://github.com/docker/for-win/issues/1825

阅读更多内容