最近谷歌推出了非Windows分發的TensorFlow(機器學習庫),我發現可以通過Docker下載它, 我在Windows 8.1機器上安裝了docker,後面跟着this和this 得到的東西的工作,但因爲我使用的是本地代理,然後我試圖HTTP_PROXY,HTTPS_PROXY出口到/ var/lib中/ boot2docker/profile文件和 現在當我運行下面的命令Docker下載谷歌的TensorFlow問題
docker pull b.gcr.io/tensorflow/tensorflow
我得到
Using default tag: latest Error response from daemon: unable to ping registry endpoint https://b.gcr.io/v0/ v2 ping attempt failed with error: Get https://b.gcr.io/v2/ : http: error connecting to proxy https://localhost:8580 : dial tcp 127.0.0.1:8580: connection refused v1 ping attempt failed with error: Get https://b.gcr.io/v1/_ping : http: error connecting to proxy https://localhost:8580 : dial tcp 127.0.0.1:8580: connection refused
有人能告訴我如何解決這個問題嗎?
我的碼頭工人,機器的配置文件