2.配置阿里雲的docker鏡像源

倉庫鏡像,能夠理解爲別人幫你製做好的環境。讓你能夠直接使用。

Docker鏡像倉庫地址:html

https://hub.docker.comdocker

因爲有牆,因此配置國內鏡像,咱們使用阿里雲的鏡像地址json

https://dev.aliyun.com/search...阿里雲

// 配置使用阿里雲鏡像加速器
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://md4nbj2f.mirror.aliyuncs.com"]
}
EOF

// 重載配置文件
sudo systemctl daemon-reload   

// 重啓docker  
sudo systemctl restart docker

文章連接:http://www.mi360.cn/articles/7rest

相關文章
相關標籤/搜索