Skip to content

Latest commit

 

History

History
executable file
·
67 lines (53 loc) · 3.2 KB

README_EN.md

File metadata and controls

executable file
·
67 lines (53 loc) · 3.2 KB

DPanel

DPanel one of the most lightweight panel for docker.

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

Home   |   Demo   |   Docs   |   Pro Edition   |   Sponsor  

Getting started

If you need i18n support please contact us to purchase Pro Edition

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 dpanel:/dpanel \
 dpanel/dpanel:latest 

Lite Version

The lite version removes domain forwarding-related 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 dpanel:/dpanel \
 dpanel/dpanel:lite

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