docker错误 download failed after attempts=6 :net/http :tls handshake timeout
docker 执行 docker run hello-world不成功,报错
·
将镜像拉取地址改为阿里云的:
docker-ce镜像_docker-ce下载地址_docker-ce安装教程-阿里巴巴开源镜像站
上面那个连接里面有下面这个,添加软件源信息:
# Step 2: 添加软件源信息
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
配置镜像加速器:
先登录你的阿里云,下面是登录地址:
登录后就可以配置镜像加速器了:
遇到的问题是改成了阿里云的镜像地址但是运行不成功,加了镜像加速器
执行 docker run hello-world才成功了。
更多推荐
已为社区贡献1条内容
所有评论(0)