dqzboy 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
..
documentation 8b8b5add63 feat: Add new document tutorial configuration functionality. 1 år sedan
web 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
README.md 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
config.json 48a69d7d31 fix: Adjust the display style of the advertisement on the hubcmdui front end. 1 år sedan
docker-compose.yaml 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
package.json 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
server.js 55c52ba16d feat: Add container management page operations to implement container restart, stop, and other operations. 1 år sedan
users.json 8c7be10187 fix: Repair the new password verification matching logic in hubcmdui. 1 år sedan

README.md

中文 | English


Docker镜像加速命令查询获取、镜像搜索、配置教程文档展示UI面板.

[![Auth](https://img.shields.io/badge/Auth-dqzboy-ff69b4)](https://github.com/dqzboy) [![GitHub contributors](https://img.shields.io/github/contributors/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy/graphs/contributors) [![GitHub Issues](https://img.shields.io/github/issues/dqzboy/Docker-Proxy.svg)](https://github.com/dqzboy/Docker-Proxy/issues) [![GitHub Pull Requests](https://img.shields.io/github/stars/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy) [![HitCount](https://views.whatilearened.today/views/github/dqzboy/Docker-Proxy.svg)](https://github.com/dqzboy/Docker-Proxy) [![GitHub license](https://img.shields.io/github/license/dqzboy/Docker-Proxy)](https://github.com/dqzboy/Docker-Proxy/blob/main/LICENSE) 📢 Docker Proxy-交流群

📝 本地运行

1. 克隆项目

git clone [email protected]:dqzboy/Docker-Proxy.git

2. 安装依赖

cd Docker-Proxy/hubcmdui
npm install

3. 启动服务

node server.js 

📦 Docker运行

  • 如果不自行构建Docker镜像,可直接跳转第三步拉取镜像运行

1. 克隆项目(可选)

git clone [email protected]:dqzboy/Docker-Proxy.git

2. 构建镜像(可选)

cd Docker-Proxy

docker build -t hubcmd-ui .

3. 运行容器

# 拉取镜像!如果你手动构建了镜像此步骤跳过
docker pull dqzboy/hubcmd-ui:latest

docker run -d -p 30080:3000 --name hubcmdui-server hubcmd-ui

Docker Compose 部署

1. 下载 docker-compose.yaml 文件到你本地机器上

2. 执行 docker composedocker-compose 命令启动容器服务

docker compose up -d

# 查看容器日志
docker logs -f [容器ID或名称]

UI界面

  • 默认容器监听3000端口,映射宿主机端口30080

浏览器输入 服务器地址:30080 访问前端

浏览器输入 服务器地址:30080/admin 访问后端页面,默认登入账号密码: root/admin@123


🫶 赞助

如果你觉得这个项目对你有帮助,请给我点个Star。并且情况允许的话,可以给我一点点支持,总之非常感谢支持😊

Alipay WeChat Pay

😺 其他

开源不易,若你参考此项目或基于此项目修改可否麻烦在你的项目文档中标识此项目?谢谢你!


License

Docker-Proxy is available under the Apache 2 license