Files
hubproxy/README.md
2024-11-15 03:02:14 +08:00

29 lines
687 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域名解析`hub``quay``ghcr``gcr``docker``registryk8s`这个几个解析为你的二级域名。
> 直接泛解析更方便
2拉取本项目
```
git clone https://github.com/sky22333/docker-proxy.git
```
3其他无需修改只需修改`docker-compose.yml`配置里的域名环境变量,修改为你的根域名
然后启动即可。
```
docker compose up -d
```
4部署完成后访问`hub.example.com`查看前端