Docker 使用 aliyun 镜像加速
Posted walnuttree
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker 使用 aliyun 镜像加速相关的知识,希望对你有一定的参考价值。
登录阿里云获取加速器地址
https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors
创建配置文件
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-‘EOF‘
{
"registry-mirrors": ["https://ubqlg9h8.mirror.aliyuncs.com"]
}
EOF
更新服务器缓存
sudo systemctl daemon-reload
sudo systemctl restart docker
以上是关于Docker 使用 aliyun 镜像加速的主要内容,如果未能解决你的问题,请参考以下文章