Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout
docker拉取镜像时出现以下错误MacBook-Pro:docker thewhite$ docker pull centos:centos7Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeoutdocker默认的源为国外官方源,下载速度较慢,可改为国内,加
·
docker拉取镜像时出现以下错误
MacBook-Pro:docker thewhite$ docker pull centos:centos7
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout
docker默认的源为国外官方源,下载速度较慢,可改为国内,加速
客户端可直接加入配置项:
或者进入/etc/docker
查看有没有 daemon.json。这是docker默认的配置文件。
如果没有新建,如果有,则修改。
{
"registry-mirrors": ["https://registry.docker-cn.com","http://hub-mirror.c.163.com"]
}
更多推荐
已为社区贡献1条内容
所有评论(0)