Docker鏡像是Docker容器運(yùn)行時(shí)的核心組件之一,但是如果你不用加速器,你還需要等待一段時(shí)間來下載它們。這是因?yàn)橄螺dDocker鏡像必須在指定的源中查找它們,通常需要的時(shí)間較長(zhǎng)。
為了解決這個(gè)問題,Docker加速器在最近幾年中逐漸普及。它們提供了一個(gè)便捷的方法來加快鏡像拉取速度。
如果你還不知道如何使用Docker加速器,這里提供了一些簡(jiǎn)單的方法:
1. Aliyun Docker加速器 在阿里云的容器服務(wù)(Aliyun Container Service)上申請(qǐng) Docker 加速器,得到對(duì)應(yīng)的加速器地址即可。 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s https://xxxxxx.mirror.aliyuncs.com 2. DaoCloud Docker加速器 在 DaoCloud 的 Docker 加速器官網(wǎng)上注冊(cè),獲取個(gè)人專屬的加速地址并復(fù)制到 hosts 文件的末尾即可。 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://xxxxxx.m.daocloud.io 3. Tencent Cloud Docker加速器 在 Tencent Cloud 的容器服務(wù) TKE Console 上,開啟 Docker 加速器服務(wù)即可。同時(shí),Tencent Cloud 也提供了搭建私有加速器的功能,可以給團(tuán)隊(duì)內(nèi)部使用。 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s https://mirror.ccs.tencentyun.com 4. USTC Docker 鏡像站 中國(guó)科學(xué)技術(shù)大學(xué)開發(fā)的鏡像站,提供了基于 Docker 鏡像的整合查找功能。同時(shí),可以直接在 Docker Hub 中使用該鏡像源。 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s https://docker.mirrors.ustc.edu.cn
注意:
以上四個(gè)Docker加速器的地址,請(qǐng)根據(jù)自己的區(qū)域和節(jié)點(diǎn)進(jìn)行選擇。以 DaoCloud 為例,你可以在他們的 Docker 加速器官網(wǎng)上查找自己的加速地址。