20224.6 docker官方源无法访问,未知原因,临时改为国内源
atomhub源介绍
官网 https://atomhub.openatom.cn/
操作流程
1修改docker配置文件
vim /etc/docker/daemon.json
{
"registry-mirrors": ["https://atomhub.openatom.cn"]
}
2 重启docker
systemctl restart docker
3 测试
docker pull nginx
4 atomhub镜像不全
atomhub镜像不全,遇到拉不下来的镜像可访问官网搜索是否存在该镜像,查看正确拉取地址
例如: