Dockge
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.
一个精美的、易于使用的、反应式的自托管 docker compose.yaml 面向堆栈的管理器。
该Dockge面板可通过科技Lion一键脚本中的11面板工具一键安装,文章超链接科技lion一键脚本工具
🧑💼 Manage your
compose.yaml
files- Create/Edit/Start/Stop/Restart/Delete
- Update Docker Images
- ⌨️ Interactive Editor for
compose.yaml
- 🦦 Interactive Web Terminal
- 🕷️ (1.4.0 🆕) Multiple agents support - You can manage multiple stacks from different Docker hosts in one single interface
- 🏪 Convert
docker run ...
commands intocompose.yaml
- 📙 File based structure - Dockge won't kidnap your compose files, they are stored on your drive as usual. You can interact with them using normal
docker compose
commands - 🚄 Reactive - Everything is just responsive. Progress (Pull/Up/Down) and terminal output are in real-time
- 🐣 Easy-to-use & fancy UI - If you love Uptime Kuma's UI/UX, you will love this one too
🧑💼 管理您的
compose.yaml
文件- 创建/编辑/启动/停止/重新启动/删除
- 更新 Docker 镜像
- ⌨️ 交互式编辑器
compose.yaml
- 🦦 交互式网络终端
- 🕷️ (1.4.0 🆕) 多代理支持 - 您可以在一个界面中管理来自不同 Docker 主机的多个堆栈
- 🏪 将
docker run ...
命令转换为compose.yaml
- 📙 基于文件的结构 - Dockge 不会劫持您的撰写文件,它们会像往常一样存储在您的驱动器上。
docker compose
您可以使用普通命令与它们交互 - 🚄 反应式 - 一切都是响应式的。进度(Pull/Up/Down)和终端输出是实时的
- 🐣 易于使用且精美的 UI - 如果您喜欢 Uptime Kuma 的 UI/UX,您也会喜欢这个
💻Screenshots
🔧 How to Install
Requirements:
- Docker 20+ / Podman
- (Podman only) podman-docker (Debian:
apt install podman-docker
) OS:
Major Linux distros that can run Docker/Podman such as:
- ✅ Ubuntu
- ✅ Debian (Bullseye or newer)
- ✅ Raspbian (Bullseye or newer)
- ✅ CentOS
- ✅ Fedora
- ✅ ArchLinux
- ❌ Debian/Raspbian Buster or lower is not supported
- ❌ Windows (Will be supported later)
- Arch: armv7, arm64, amd64 (a.k.a x86_64)
Basic
- Default Stacks Directory:
/opt/stacks
- Default Port: 5001
# 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
Dockge is now running on http://localhost:5001
How to Update
cd /opt/dockge
docker compose pull && docker compose up -d
开源地址
Loading...