基于Cloudflare Workers自建docker镜像 2024-6-08 20:26 | 0 | 729 使用方法:docker pull https://你的域名/openresty/openresty:latest 你的域名等于创建Workers后绑定自己的域名 代码1 'use strict' const hub_host = 'registry-1.docker.io' const auth_url = 'https://auth.docker… cloudflareDockerWorkers