docker配置阿里云镜像加速
Posted xl4ng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker配置阿里云镜像加速相关的知识,希望对你有一定的参考价值。
阿里云镜像加速器配置地址:
https://cr.console.aliyun.com/cn-shenzhen/instances/mirrors
配置步骤:
vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://5xok66d4.mirror.aliyuncs.com"]
}
重启:
systemctl daemon-reload && systemctl restart docker
以上是关于docker配置阿里云镜像加速的主要内容,如果未能解决你的问题,请参考以下文章