Dockge
louislam/dockge
管理 docker-compose 栈的网页界面,能看日志能改配置
部署命令
# Create directories that store your stacks and stores Dockge's stack
mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
# Download the compose.yaml
curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
# Start the server
docker compose up -d
# If you are using docker-compose V1 or Podman
# docker-compose up -d摘自项目 README。需要一台装了 Docker 的服务器,命令可能还需补充环境变量。
项目简介(摘自 README)
"Dockge" is a coinage word which is created by myself. I originally hoped it sounds like Dodge, but apparently many people called it Dockage, it is also acceptable.
- 星数
- ★ 24.4k
- 语言
- TypeScript
- 许可证
- MIT
- 最近更新
- 2026-04-25
- 分类
- 监控与运维
- 场景
- 通用工具