参照Docker 中国官方镜像加速配了国内镜像源,但是一直不起作用,使用docker pull 还是访问到国外仓库
> docker info
......
Server Version: 17.04.0-ce
Kernel Version: 4.4.0-97-generic
Operating System: Ubuntu 16.04.3 LTS
OSType: linux
Architecture: x86_64
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
127.0.0.0/8
Registry Mirrors:
https://registry.docker-cn.com/
> docker pull node
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
直接pull也不行:
> docker pull registry.docker-cn.com/library/ubuntu:16.04
Error response from daemon: Get https://registry.docker-cn.com/v1/_ping: dial tcp: lookup registry.docker-cn.com on 8.8.8.8:53: read udp 191.x.x.145:56600->8.8.8.8:53: i/o timeout
为什么没有用上我配的镜像源呢?该怎么解决?
这个很坑,阿里云根本没维护过这个镜像,而且还堂而皇之的挂在官方网站上。
这个镜像从来就无法使用,建议直接使用阿里云的云服务上的docker镜像https://www.aliyun.com/produc... (免费的,开通之后本地也可以使用),或者中科大的: https://mirrors.ustc.edu.cn/h...