Docker 可视化面板系统,提供完善的 docker 管理功能。
Important
macos 下需要先将 docker.sock 文件 link 到 /var/run/docker.sock 目录中
ln -s -f /Users/用户/.docker/run/docker.sock /var/run/docker.sock
国内镜像 registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest
docker run -it -d --name dpanel --restart=always \
-p 80:80 -p 443:443 -p 8807:8080 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e APP_NAME=dpanel dpanel/dpanel:latest
admin / admin
https://donknap.github.io/dpanel-docs
DPanel 是一个开源软件。
如果此项目对你所有帮助,并希望我继续下去,请考虑赞助我为爱发电!感谢所有的爱和支持。
QQ: 837583876
- 镜像构建基础模板 https://github.com/donknap/dpanel-base-image
- DPanel镜像 https://github.com/donknap/dpanel-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