Skip to content

Commit

Permalink
Update docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Feb 5, 2025
1 parent 9b0282d commit a238746
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions trunk/install/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ done
cat > /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://yczv4b52.mirror.aliyuncs.com",
"https://docker.m.daocloud.io",
"https://huecker.io",
"https://dockerhub.timeweb.cloud",
"https://registry.cn-hangzhou.aliyuncs.com",
"https://hub.geekery.cn",
"https://dockerpull.com",
"https://docker.1panel.dev",
"https://docker.5z5f.com"
"https://docker.hpcloud.cloud",
"https://docker.m.daocloud.io",
"https://docker.unsee.tech",
"https://docker.1panel.live",
"http://mirrors.ustc.edu.cn",
"https://docker.chenby.cn",
"http://mirror.azure.cn",
"https://dockerpull.org",
"https://dockerhub.icu",
"https://hub.rat.dev",
"https://proxy.1panel.live",
"https://docker.1panel.top",
"https://docker.m.daocloud.io",
"https://docker.1ms.run",
"https://docker.ketches.cn"
],
"live-restore": true,
"log-opts": {
Expand Down

0 comments on commit a238746

Please sign in to comment.