docker下載映象加速

weixin_34321977發表於2018-11-23

1 簡介

由於國內訪問直接訪問docker hub網速比較慢,拉取映象的時間就會比較長。一般我們會使用映象加速或者直接從國內的一些平臺映象倉庫上拉取。或者使用加速器

2 使用加速器

使用DaoCloud的加速器

1、先在DaoCloud上註冊賬號

地址為:http://www.daocloud.io/

2、點選加速器


9355552-1463c5f2ebda7684.png

3、進入加速器向下拉頁面選擇相應的系統


9355552-6d50905b1ccadcc5.png

4、直接執行相應系統的命令(我的是Linux)

curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io

5、檢視結果

# cat /etc/docker/daemon.json

{"registry-mirrors": ["http://f1361db2.m.daocloud.io"]}

6、重啟docker

# systemctl restart docker

相關文章