git clone https://github.com/kirklin/docker-registry-proxy.git 进入项目目录: cddocker-registry-proxy 安装依赖: go mod tidy 使用方法 基本用法 编译并运行程序: go run main.go 默认情况下,服务器将在 8080 端口启动。 自定义配置 你可以通过命令行参数自定义服务器
docker run -d -p 5000:5000 -p 443:5000 --restart=always --name registry \ -v `pwd`/auth:/auth \ -v `pwd`/data:/var/lib/registry \ -e STANDALONE=false \ -e REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io \ -e REGISTRY_AUTH=token \ -e REGISTRY_AUTH_TOKEN_REALM=https:...
npm configgethttps-proxy// 设置代理npm configsetproxy http://127.0.0.1:8080npm configsethttps-proxy http://127.0.0.1:8080// 删除代理npm configdeleteproxy npm configdeletehttps-proxy 3. yarn 3.1. 配置镜像源 代码语言:javascript 代码运行次数:0 运行 AI代码解释 // 查看镜像源yarn configgetregistry...
use cloudflare worker host: only support proxy one registry const routes = { "docker.ketches.cn": dockerHub, "quay.ketches.cn": "https://quay.io", "gcr.ketches.cn": "https://gcr.io", "k8s-gcr.ketches.cn": "https://k8s.gcr.io", "k8s.ketches.cn": "https://registry.k8s...
docker run -d -p 5000:5000 -p 443:5000 --restart=always --name registry \ -v `pwd`/auth:/auth \ -v `pwd`/data:/var/lib/registry \ -e STANDALONE=false \ -e REGISTRY_PROXY_REMOTEURL=https:// \ -e REGISTRY_AUTH=token \ ...
Latest version: 0.0.16, last published: 6 years ago. Start using registry-proxy-client in your project by running `npm i registry-proxy-client`. There are no other projects in the npm registry using registry-proxy-client.
RegistryProxy.GetValue(String, String, Object) 方法参考 反馈 定义命名空间: Microsoft.VisualBasic.MyServices 程序集: Microsoft.VisualBasic.Forms.dll 从注册表项中获取值。 C# 复制 public object GetValue (string keyName, string valueName, object defaultValue); 参数 keyName String String....
RegistryProxy.CurrentUser 属性 参考 反馈 定义 命名空间: Microsoft.VisualBasic.MyServices 程序集: Microsoft.VisualBasic.Forms.dll 返回RegistryKey类型,该类型提供对HKEY_CURRENT_USER的访问。 C# publicMicrosoft.Win32.RegistryKey CurrentUser {get; } ...
RegistryProxy.SetValue 方法 參考 意見反應 定義 命名空間: Microsoft.VisualBasic.MyServices 組件: Microsoft.VisualBasic.Forms.dll 將值寫入至登錄機碼中。 多載 SetValue(String, String, Object) 將值寫入至登錄機碼中。 SetValue(String, String, Object, RegistryValueKind) 將值寫入至登錄機碼中。
Why GitLab Pricing Explore Sign in Get free trial Primary navigation Search or go to… Project D docker-registry-proxy Manage Deploy Help CoreWeave docker-registry-proxy D docker-registry-proxy Star 0 Project ID: 49201071 Project information Created on September 08, 2023 All Team...