"docker-machine create" 当 运行 从企业代理后面给出连接尝试失败错误
"docker-machine create" gives connection attempt failed error when run from behind a corporate proxy
我是 docker 的新手,正在尝试在 Windows 7 上使用 docker-machine create [name]
命令创建一个 docker 主机,但我总是收到连接尝试失败的错误.
我将 HTTP_PROXY
和 HTTPS_PROXY
添加到 Docker Toolbox\start.sh
但这没有帮助
也试过:
--engine-env HTTP_PROXY=http://proxy IP:port
docker-机器创建命令的 CLI 选项
- Windows powershell 命令
$env:HTTP_PROXY=http://proxy IP:port
在全局级别设置环境变量
但是其中 none 个已经解决了问题。
docker-机器版本及错误:
C:\Windows\system32> docker-machine -v
docker-machine.exe version 0.14.0, build 89b8332
C:\Windows\system32> docker-machine create node-1
(node-1) Unable to get the latest Boot2Docker ISO release version:
Get
https://api.github.com/repos/boot2docker/boot2docker/releases/latest:
dial tcp 192.30.253.116:443: 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.
由于上面的查询没有得到响应,我卸载了 docker 工具箱并在虚拟机上安装了 docker。它现在工作得很好。我在 Medium 上写了一篇文章,供您第一次尝试此操作并需要帮助在公司代理后面的 Win7 上设置 Docker。这篇文章可以在这里找到:https://medium.com/@uvnikgupta/installing-docker-on-win7-pc-79db4217bbae
我是 docker 的新手,正在尝试在 Windows 7 上使用 docker-machine create [name]
命令创建一个 docker 主机,但我总是收到连接尝试失败的错误.
我将 HTTP_PROXY
和 HTTPS_PROXY
添加到 Docker Toolbox\start.sh
但这没有帮助
也试过:
--engine-env HTTP_PROXY=http://proxy IP:port
docker-机器创建命令的 CLI 选项- Windows powershell 命令
$env:HTTP_PROXY=http://proxy IP:port
在全局级别设置环境变量
但是其中 none 个已经解决了问题。
docker-机器版本及错误:
C:\Windows\system32> docker-machine -v
docker-machine.exe version 0.14.0, build 89b8332
C:\Windows\system32> docker-machine create node-1
(node-1) Unable to get the latest Boot2Docker ISO release version: Get https://api.github.com/repos/boot2docker/boot2docker/releases/latest: dial tcp 192.30.253.116:443: 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.
由于上面的查询没有得到响应,我卸载了 docker 工具箱并在虚拟机上安装了 docker。它现在工作得很好。我在 Medium 上写了一篇文章,供您第一次尝试此操作并需要帮助在公司代理后面的 Win7 上设置 Docker。这篇文章可以在这里找到:https://medium.com/@uvnikgupta/installing-docker-on-win7-pc-79db4217bbae