1.Github资源下载

https://github.com/wjz304/arpl-i18n/releases/download/23.8.0/arpl-i18n-23.8.0.img.zip
https://ghproxy.com/https://github.com/wjz304/arpl-i18n/releases/download/23.8.0/arpl-i18n-23.8.0.img.zip
git clone https://ghproxy.com/https://xxxx.cn/xx.git

2.国内docker镜像下载问题

# 新增文件:
vi /etc/docker/daemon.json
# 添加内容:
{ "registry-mirrors": [ "https://dockerproxy.com" ] }
# 重启docker
service docker restart
  • 使用方法:
docker search ubuntu
docker pull ubuntu
docker pull dockerproxy.com/library/ubuntu
docker pull dockerproxy.com/xhofe/alist