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
posted @ 2020-05-10 17:28  xl4ng  阅读(177)  评论(0编辑  收藏  举报