mirror of
https://github.com/dqzboy/Docker-Proxy.git
synced 2026-01-31 13:07:42 +01:00
docs: README.md
This commit is contained in:
@@ -97,7 +97,8 @@ bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/dqzboy/Docker-Proxy/install/Do
|
||||
bash -c "$(curl -fsSL https://ghp.ci/https://raw.githubusercontent.com/dqzboy/Docker-Proxy/main/install/DockerProxy_Install.sh)"
|
||||
```
|
||||
|
||||
- hubcmd-ui面板脚本安装
|
||||
- **Hubcmd-UI** 面板,通过脚本安装
|
||||
|
||||
```
|
||||
执行上面脚本,选项为:2 ---> 8 ---> 1
|
||||
```
|
||||
@@ -126,7 +127,7 @@ bash -c "$(curl -fsSL https://ghp.ci/https://raw.githubusercontent.com/dqzboy/Do
|
||||
|
||||
### Docker Compose 部署
|
||||
<details>
|
||||
<summary><strong>手动部署容器</strong></summary>
|
||||
<summary><strong>点击查看</strong></summary>
|
||||
<div>
|
||||
|
||||
**⚠️ 注意:** 你需要对哪个镜像仓库进行加速,就下载哪个配置。`docker-compose.yaml`文件默认是部署所有的国外镜像仓库的加速服务,同样也是你部署哪个就配置哪个,其余的删除掉即可!
|
||||
|
||||
@@ -48,8 +48,10 @@ node server.js
|
||||
#### 1. 下载 hubcmd-ui 镜像
|
||||
```bash
|
||||
docker pull dqzboy/hubcmd-ui:latest
|
||||
```
|
||||
|
||||
#### 2. 运行 hubcmd-ui 容器
|
||||
```bash
|
||||
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 30080:3000 --name hubcmdui-server dqzboy/hubcmd-ui
|
||||
```
|
||||
- `-v` 参数解释:左边是宿主机上的 Docker socket 文件路径,右边是容器内的映射路径
|
||||
@@ -136,6 +138,7 @@ docker logs -f [容器ID或名称]
|
||||
<td width="50%" align="center"><img src="https://github.com/user-attachments/assets/bfe99dc9-ecb8-4c47-9f68-2312e447f309"?raw=true"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
## 🫶 赞助
|
||||
|
||||
Reference in New Issue
Block a user