背景

  在一些實驗室環(huán)境,服務器沒有直接連接外網(wǎng)的權限,需要通過網(wǎng)絡代理。我們通常會將網(wǎng)絡代理直接配置在/etc/environment、/etc/profile之類的配置文件中,這對于大部分操作都是可行的。然而,docker命令卻使用不了這些代理。比如docker pull時需要從外網(wǎng)下載鏡像,就會出現(xiàn)如下錯誤:

$ docker pull hello-world

Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
docker: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy..See 'docker run --help'.

  ps: 本文在Ubuntu16.04下測試通過。

解決方案一:

  停止docker服務,手動以使用2375端口監(jiān)聽所有網(wǎng)絡接口的方式啟動docker daemon。

$ systemctl stop docker.service
$ nohup docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock  &

延伸閱讀

學習是年輕人改變自己的最好方式-Java培訓,做最負責任的教育,學習改變命運,軟件學習,再就業(yè),大學生如何就業(yè),幫大學生找到好工作,lphotoshop培訓,電腦培訓,電腦維修培訓,移動軟件開發(fā)培訓,網(wǎng)站設計培訓,網(wǎng)站建設培訓學習是年輕人改變自己的最好方式