Files
hubproxy/README.md
2024-11-08 22:31:04 +08:00

17 lines
523 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Docker-proxy
- 一键部署多种仓库的`docker`加速源
- 优化繁琐的搭建部署
- 部署超级简单
1拉取本项目
```
git clone https://github.com/sky22333/docker-proxy.git
```
2根域名解析到你的服务器`k8sgcr``ghcr``gcr``dockerhub``registryk8s`这个几个配置解析为你的二级域名。
> 如果图简单可以直接泛解析
3然后修改`docker-compose.yml`配置里的环境变量,修改为你的主域名,然后`docker compose up -d`启动即可。