标签: Workers

1 篇文章

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