自6月以來,大量Docker映像網站停服,Docker無法下載安裝本倉庫致力於解決國內網路原因無法使用Docker的問題。
作者:技術爬爬蝦
B站,抖音,Youtube全網同名,轉載請註明作者
一鍵安裝指令(每天自動從官網定時同步)
sudo curl -fsSL https://github.com/tech-shrimp/docker_installer/releases/download/latest/linux.sh| bash -s docker --mirror Aliyun
備用(如果Github訪問不了,可以使用Gitee的連結)
sudo curl -fsSL https://gitee.com/tech-shrimp/docker_installer/releases/download/latest/linux.sh| bash -s docker --mirror Aliyun
啟動docker
sudo service docker start
工作列搜尋功能,啟用"適用於Linux的Windows子系統" + "虛擬機器平台"
管理員權限開啟命令提示符,安裝wsl2
wsl --set-default-version 2
wsl --update --web-download
等待wsl安裝成功下載Windows版本安裝包,進入此專案的Release
https://github.com/tech-shrimp/docker_installer/releases
下載Windows版本安裝包雙擊安裝即可
可選: 如果想自行指定安裝目錄,可以使用命令列的方式參數--installation-dir=D:Docker可以指定安裝位置
start /w "" "Docker Desktop Installer.exe" install --installation-dir=D:Docker
進入此專案的Release,下載Mac系統的安裝包
https://github.com/tech-shrimp/docker_installer/releases 注意區分CPU架構類型Intel晶片選擇x86_64, 蘋果晶片選擇arm64
下載好雙擊安裝即可
使用Github Action將國外的Docker映像轉存到阿里雲私有倉庫,供國內伺服器使用,免費易用
專案地址: https://github.com/tech-shrimp/docker_image_pusher
現在只有很少的國內鏡像站存活不保證鏡像齊全,且用且珍惜以下三個鏡像站背靠較大的開源項目,優先推薦
項目名稱 | 項目地址 | 加速位址 |
---|---|---|
1Panel | https://github.com/1Panel-dev/1Panel/ | https://docker.1panel.live |
Daocloud | https://github.com/DaoCloud/public-image-mirror | https://docker.m.daocloud.io |
耗子麵板 | https://github.com/TheTNB/panel | https://hub.rat.dev |
sudo vi /etc/docker/daemon.json
輸入下列內容,最後按ESC,輸入:wq! 儲存退出。
{
"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://docker.1panel.live",
"https://hub.rat.dev"
]
}
重啟docker
sudo service docker restart
Setting->Docker Engine->新增上換源的那一段,如下圖
使用Github Action下載docker離線映像https://github.com/wukongdaily/DockerTarBuilder
bash -c "$(curl -sSLf https://xy.ggbond.org/xy/docker_pull.sh)" -s 完整映像名
https://github.com/cmliu/CF-Workers-docker.io
https://docker.fxxk.dedyn.io/