無法下載代理后的Docker圖像我在我的Ubuntu 13.10(Saucy Salamander)上安裝了Docker,當(dāng)我輸入控制臺時:sudo docker pull busybox我得到以下錯誤:Pulling repository busybox
2014/04/16 09:37:07 Get https://index.docker.io/v1/repositories/busybox/images: dial tcp: lookup index.docker.io on 127.0.1.1:53: no answer from server碼頭版本:$ sudo docker version
Client version: 0.10.0
Client API version: 1.10
Go version (client): go1.2.1
Git commit (client): dc9c28f
Server version: 0.10.0
Server API version: 1.10
Git commit (server): dc9c28f
Go version (server): go1.2.1
Last stable version: 0.10.0我在一個沒有身份驗(yàn)證的代理服務(wù)器后面,這是我的/etc/apt/apt.conf檔案:Acquire::http::proxy "http://192.168.1.1:3128/";
Acquire::https::proxy "https://192.168.1.1:3128/";
Acquire::ftp::proxy "ftp://192.168.1.1:3128/";
Acquire::socks::proxy "socks://192.168.1.1:3128/";我做錯什么了?
無法下載代理后的Docker圖像
ibeautiful
2019-07-22 14:42:03