前言
在pull镜像时遇到如下报错:
┌──(root㉿kali)-[/home/longl]
└─# docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
c1ec31eb5944: Retrying in 1 second
error pulling image configuration: download failed after attempts=6: dial tcp 173.252.88.67:443: connect: connection refused
解决方法:换源!!!!!!!!!
1. 查找可用的镜像源
首先,你需要找到一个可用的镜像源。一些常见的国内镜像源包括:
- 阿里云:
https://registry.cn-hangzhou.aliyuncs.com
- 腾讯云:
https://mirrors.tencent.com/docker
- 华为云:
https://mirror.ccs.tencent.com/dockerhub
- 中国科技大学:
https://docker.mirrors.ustc.edu.cn/
- 豆瓣(Douban):
https://dockerhub.douban.com/
注意阿里云提供:
[系统分配前缀].mirr