Skip to content

Latest commit

 

History

History
executable file
·
102 lines (73 loc) · 4.42 KB

File metadata and controls

executable file
·
102 lines (73 loc) · 4.42 KB

DPanel

Lightweight container management panel; Manage Docker and Podman container.

GitHub stars   GitHub latest release   GitHub latest commit   Build Status   Docker Pulls   Featured|HelloGitHub

中文(简体) English


Home   |   Demo   |   Docs   |   Pro Edition   |   Sponsor  

Pro Edition

The Pro Edition is merely an enhancement and supplement to the Community Edition, serving to intensify, upgrade, or provide highly personalized features for certain functionalities in the Community Edition.

Thank you for your support and love.

🚀🚀🚀 More Feature 🚀🚀🚀

Standard Version

docker run -it -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 Version

The lite version removes nginx proxy features, no need to bind ports 80 and 443.

docker run -it -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

Install By Script

Tested on Debian and Alpine.

curl -sSL https://dpanel.cc/quick.sh -o quick.sh && sudo bash quick.sh

Telegram

https://t.me/dpanel666

Sponsor

If this project has helped you and you want me to keep going, please sponsor me and buy me a coffee! Thanks for all the love and support.

https://afdian.com/a/dpanel

Thanks Contributors

Contributors

Preview

overview

home.png

container

app-list.png

file explorer in container

app-file.png

image

image-list.png

build image

image-create.png

create compose task

compose-create.png

deploy compose task

compose-deploy.png

system

system-basic.png

Star History

Star History Chart