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

23 lines
623 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`一键部署多种仓库的docker加速
- 优化繁琐的搭建部署
- 部署超级简单
- 自动配置HTTPS
- 拉取的镜像在服务器缓存3天后自动清理可自行修改
---
1根域名解析到你的服务器`k8sgcr``ghcr``gcr``dockerhub``registryk8s`这个几个配置解析为你的二级域名。
> 直接泛解析更方便
2拉取本项目
```
git clone https://github.com/sky22333/docker-proxy.git
```
3然后修改`docker-compose.yml`配置里的环境变量,修改为你的主域名,然后`docker compose up -d`启动即可。