國內(nèi)仍然可用docker鏡像源匯總,長期維護(hù)
可用鏡像:
鏡像地址 名稱 狀態(tài)
https://docker.1ms.run 毫秒鏡像 可用
https://docker.xuanyuan.me 軒轅鏡像 可用
https://dislabaiot.xyz - 可用
https://docker.sunzishaokao.com 云港網(wǎng)絡(luò)鏡像 5.26不可用
https://hub.rat.dev 耗子面板 可用
https://doublezonline.cloud - 可用
https://dislabaiot.xyz - 可用
https://xdark.top - 可用
測試鏡像是否可用
docker pull mirror_url/library/nginx:latest
把mirror_url換成上述的鏡像地址,注意不需要帶https://,只用域名即可
linux配置鏡像源
1、打開docker的配置文件 /etc/docker/daemon.json,如果文件不存在則手動創(chuàng)建該文件。
2、在配置文件加入以下內(nèi)容,https://docker.1ms.run 可換成上述的可用鏡像地址。
{ "registry-mirrors": ["https://docker.1ms.run"] }
如果要添加多個命令可以從數(shù)組中將鏡像地址用英文逗號隔開,如下示例。
{"registry-mirrors": ["https://docker.xuanyuan.me","https://1ms.run"]}
時間是個偉大的作者,必將給出完美的答案。

浙公網(wǎng)安備 33010602011771號