webridging / dockerZQQ

docker-registry proxy run in cloudflare workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hammal

Hammal 是运行于 cloudflare workers 上的 Docker 镜像加速工具,用于解决获取 Docker 官方镜像无法正常访问的问题。

文档: https://singee.atlassian.net/wiki/spaces/MAIN/pages/5079084/Cloudflare+Workers+Docker

方法步骤

git clone https://github.com/webridging/dockerZQQ.git
pwd
ls
cd dockerZQQ/
ls
mv wrangler.toml.sample wrangler.toml
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.nvm/nvm.sh
nvm install 17
nvm use 17
node -v
npm -v
npx -v
curl -fsSL https://get.pnpm.io/install.sh | sh -
npx wrangler whoami
npx wrangler login

image image image image image image 注册cloudflare账户:https://dash.cloudflare.com/sign-up 注册完了命令行登录验证npx wrangler login

About

docker-registry proxy run in cloudflare workers


Languages

Language:TypeScript 100.0%