【docker】拉取镜像报证书错误:error pulling image configuration: download failed after attempts=6: tls: failed t

眉梢i 2024-06-30 10:37:03 阅读 97

在使用docker时,采用阿里云镜像源时会出现pull失败情况:

解决办法:

sudo mkdir -p /etc/docker

sudo tee /etc/docker/daemon.json <<-'EOF'

{

"registry-mirrors": ["https://yxzrazem.mirror.aliyuncs.com"]

}

EOF

sudo systemctl daemon-reload

sudo systemctl restart docker



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。