一般安装

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

国内镜像

docker run -d --name dpanel --restart=always

 -p 8807:8080 -e APP_NAME=dpanel

 -v /var/run/docker.sock:/var/run/docker.sock -v dpanel:/dpanel

 registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite

github地址 https://github.com/donknap/dpanel

End
最后修改:2025 年 09 月 26 日
如果觉得我的文章对你有用,请随意赞赏