centOS7关于pull 命令时报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request

Posted apple12

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centOS7关于pull 命令时报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request相关的知识,希望对你有一定的参考价值。

参考文件:https://www.cnblogs.com/icebutterfly/p/9489133.html

报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout   

  或者

  request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers

原因:连接不到 镜像库所致;

解决办法:

1.运行命令,修改文件:

vim /etc/docker/daemon.json
文件中加入:
{
    "registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]
}

2.然后重启守护进程

systemctl daemon-reload
systemctl restart docker
 

以上是关于centOS7关于pull 命令时报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7安装开发工具套件时报错解决方案

eclipse git pull拉代码时报错:cannot open git-upload-pack

idea提交代码时报错Git Pull Failed: refusing to merge unrelated histories

关于本地向虚拟机上的Hadoop上传文件时报错解决方案

zabbix服务器执行zabbix_get命令时报错:“zabbix_get [22209]: Timeout while executing operation”

关于使用docker compose时报错问题