Docker使用阿里雲鏡像加速

一、進入阿里雲鏡像加速頁面;docker

https://cr.console.aliyun.com/#/acceleratorjson

二、修改/etc/docker/daemon.json文件配置,沒有則新建;bash

{
  "registry-mirrors": ["https://72idtxd8.mirror.aliyuncs.com"]
}

三、重啓daemon;阿里雲

systemctl daemon-reload

四、重啓docker服務;rest

systemctl  restart docker
相關文章
相關標籤/搜索