mirror of
https://github.com/nbtca/cloudflare-docker-proxy.git
synced 2026-09-19 22:56:12 +08:00
A docker registry proxy run on cloudflare worker.
- JavaScript 100%
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
| wrangler.toml | ||
| yarn.lock | ||
cloudflare-docker-proxy
If you're looking for proxy for helm, maybe you can try cloudflare-helm-proxy.
Deploy
- fork this project
- modify the link of the above button to your fork url
- click the button, you will be redirected to the deploy page
Use
We provide proxy for docker hub and github container registry.
const routes = {
"docker.mirror.nbtca.space": "https://registry-1.docker.io",
"ghcr.mirror.nbtca.space": "https://ghcr.io",
};
You can pull a image from docker hub like this:
docker pull docker.mirror.nbtca.space/library/alpine:latest