1、百度搜索阿里云进入官网并注册
2、进入控制台

3、搜索镜像服务

4、自动生成加速地址
5、配置加速器

示例
[root@localhost docker]# tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://7rp8a2t8.mirror.aliyuncs.com"]
}
EOF
[root@localhost docker]# systemctl daemon-reload
[root@localhost docker]# systemctl restart docker.service
这时就可以搜索镜像并下载了


3540

被折叠的 条评论
为什么被折叠?



