欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

docker國內怎么下載(docker 國內源)

林子帆2年前9瀏覽0評論

在國內使用Docker鏡像下載可能會遇到網絡訪問問題。由于訪問國外的Docker官方鏡像速度過慢,很多開發者不得不使用國內的鏡像源來下載Docker鏡像。下面介紹幾種常用的國內Docker鏡像源。

#DaoCloud加速器
curl -sSL https://get.daocloud.io/docker | sh 
sudo service docker restart
#阿里云加速器
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s https://******.mirror.aliyuncs.com#網易加速器
curl -sSL https://hub-mirror.c.163.com/update.sh | sh -s - --mirror
#華為云加速器
curl -fsSL https://mirrors.cloud.huaweicloud.com/scripts/modify_sources.sh | bash -s docker

以上是加速Docker下載速度的幾種方式,開發者可以根據網絡狀況和需求選擇適合的鏡像源。