0

我正在解决 Windows 7 上的 DSX Desktop 安装问题。当“检查 Docker 状态”的进度条挂在 10% 时,大多数安装尝试都失败了,几分钟后安装静默中止,没有任何消息或错误。

重新启动 Docker 后,DSX Desktop 安装更进一步,但随后出现以下错误日志中止:

Error Log
Install.js: Unable to login to the registry.
[2017-04-14 04:22:59:0334] [info] function login()
[2017-04-14 04:23:45:0199] [info] Listing VMS: "ibm-dsx" {45b425be-d685-4da0-ae3f-dfc5b3d29562}
[2017-04-14 04:23:57:0017] [info] runCommand: docker login --username=token --password=Xxxx na.cumulusrepo.com
[2017-04-14 04:23:57:0018] [error] exec error: Error: Command failed: (@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd ibm-dsx') DO @%i) && docker login --username=token --password=Xxxx na.cumulusrepo.com
Error checking TLS connection: Host is not running
[2017-04-14 04:23:57:0018] [error] stderr: Error checking TLS connection: Host is not running
[2017-04-14 04:23:57:0018] [info] Resetting VM: Error: Unable to turn off docker-machine
[2017-04-14 04:23:57:0018] [info] Logging in using toolbox: false
[2017-04-14 04:23:57:0047] [error] Install.js: Unable to login to the registry.
[2017-04-14 04:23:57:0048] [info] cancelClicked state: false

我已经看到了另一个类似的问题,但这不适用于 dsx 桌面。


更新

我刚刚看到以下注释:

如果您选择不在默认路径中安装 Docker,请将 Docker 目录路径附加到 PATH 环境变量以防止出现注册表日志记录错误(如果问题仍然存在,您可能需要暂时禁用防火墙)。

当我回到我的机器并报告回来时,我会试试这个。

4

1 回答 1

1

解决方案是打开 virtualbox 并手动启动 ibm-dsx 实例。启动后,安装成功完成。

于 2017-04-17T11:44:49.503 回答