https://github.com/donknap/dpanel
轻量化 docker 可视化管理面板。lightweight panel for docker
https://github.com/donknap/dpanel
1panel 1panel-appstore ant-design casaos-appstore docker docker-container docker-deployment docker-image docker-management-tool docker-panel docker-tool docker-ui dockerfile dpanel go portainer react
Last synced: 3 days ago
JSON representation
轻量化 docker 可视化管理面板。lightweight panel for docker
- Host: GitHub
- URL: https://github.com/donknap/dpanel
- Owner: donknap
- License: other
- Created: 2023-11-23T16:10:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T13:13:08.000Z (22 days ago)
- Last Synced: 2026-04-02T04:55:35.669Z (21 days ago)
- Topics: 1panel, 1panel-appstore, ant-design, casaos-appstore, docker, docker-container, docker-deployment, docker-image, docker-management-tool, docker-panel, docker-tool, docker-ui, dockerfile, dpanel, go, portainer, react
- Language: Go
- Homepage: https://dpanel.cc
- Size: 182 MB
- Stars: 3,890
- Watchers: 14
- Forks: 257
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-ops - donknap/dpanel - 11-23|2025-11-07 | Docker 可视化面板系统,提供完善的 docker 管理功能。 | (Docker-UI)
- awesome - donknap/dpanel - 轻量化 docker 可视化管理面板。lightweight panel for docker (Go)
README
轻量化容器管理面板;优雅的管理 Docker、Podman 容器。
[](https://github.com/donknap/dpanel)
[](https://github.com/donknap/dpanel/releases)
[](https://github.com/donknap/dpanel/commits/master/)
[](https://github.com/donknap/dpanel/actions)
[](https://hub.docker.com/r/dpanel/dpanel/tags)

------------------------------
[**官网**](https://dpanel.cc/) |
[**演示**](https://demo.dpanel.cc) |
[**文档**](https://dpanel.cc/#/zh-cn/install/docker) |
[**Pro版**](https://dpanel.cc/#/zh-cn/manual/pro) |
[**交流群**](https://qm.qq.com/q/2v4x9x8q4k) |
[**赞助**](https://afdian.com/a/dpanel)
### 专业版(PRO)
专业版仅是社区版的一个增强和补充,对于通用的、广泛的功能需求不会收录到专业版中。
针对社区版中的部分功能进行强化、升级或是一些极其个性化的需求功能。
感谢大家的支持与厚爱,希望 DPanel 可以小小的为 Docker 中文圈带来一些惊喜。
🚀🚀🚀 [功能介绍及对比](https://dpanel.cc/pro) 🚀🚀🚀
### 开始使用
> [!IMPORTANT]
> MacOS 下通过 **/Users/用户/.docker/run/docker.sock:/var/run/docker.sock** 挂载 sock 文件
#### 标准版
```
docker run -d --name dpanel --restart=always \
-p 80:80 -p 443:443 -p 8807:8080 -e APP_NAME=dpanel \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /home/dpanel:/dpanel dpanel/dpanel:latest
```
#### 精简版 Lite
lite 版去掉了域名转发相关,需要自行转发域名绑定容器,不需要绑定 80 及 443 端口
```
docker run -d --name dpanel --restart=always \
-p 8807:8080 -e APP_NAME=dpanel \
-v /var/run/docker.sock:/var/run/docker.sock
-v /home/dpanel:/dpanel dpanel/dpanel:lite
```
#### 集成脚本
> 支持 Debian Ubuntu Alpine,其它发行版未进行测试,请提交 Issue
```
curl -sSL https://dpanel.cc/quick.sh -o quick.sh && sudo bash quick.sh
```
#### 镜像说明
| 版本 | 构建系统 | 地址 | 说明 |
|:---:|:------:|:------------------------------------------------------------------------------------------------------|:--------------:|
| 标准版 | Alpine | dpanel/dpanel:latest
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest | 包含域名转及证书申请功能 |
| ^ | Alpine | dpanel/dpanel-pe:latest
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-pe:latest | 专业版 |
| ^ | Debian | dpanel/dpanel:latest-debian
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest-debian | 基于 Debian 系统构建 |
| ^ | Debian | dpanel/dpanel-pe:latest-debian
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-pe:latest-debian | 专业版 |
| 精简版 | Alpine | dpanel/dpanel:lite
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite | 只包含容器管理功能 |
| ^ | Alpine | dpanel/dpanel-pe:lite
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-pe:lite | 专业版 |
| ^ | Debian | dpanel/dpanel:lite-debian
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite-debian | 基于 Debian 系统构建 |
| ^ | Debian | dpanel/dpanel-pe:lite-debian
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-pe:lite-debian | 专业版 |
#### 为爱发电
如果此项目对你所有帮助,并希望我继续下去,请考虑赞助我为爱发电!感谢所有的爱和支持。
##### 爱发电平台
[https://afdian.com/a/dpanel](https://afdian.com/a/dpanel)
##### 微信打赏

#### 交流群
QQ: 837583876

#### 赞助
- ##### 莱卡云-专业云计算服务器提供商
- ##### Developed using JetBrains IDEs.
[](https://jb.gg/OpenSource)
#### 感谢贡献人员
[](https://github.com/donknap/dpanel/graphs/contributors)
#### 界面预览
###### pro 自定义皮肤

###### 概览

###### 容器管理

###### 文件管理

###### 镜像管理

###### 创建镜像

###### 创建Compose

###### 部署Compose

###### 系统管理

#### 相关仓库
- 镜像构建基础模板 https://github.com/donknap/dpanel-base-image
- 文档 https://github.com/donknap/dpanel-docs
#### 相关组件
- Rangine 开发框架 https://github.com/we7coreteam/w7-rangine-go-skeleton
- Docker Sdk https://github.com/docker/docker
- React & UmiJs
- Ant Design & Ant Design Pro & Ant Design Charts
#### Star History
[](https://star-history.com/#donknap/dpanel&Timeline)