-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 常见问题 | ||
|
||
### docker hub 镜取失败 | ||
|
||
##### 错误信息 | ||
|
||
``` | ||
Retrying in3 seconds | ||
download failed after attempts=6: dial tp 108.160.170.44:443: connect: connection refused | ||
``` | ||
|
||
- 请开启魔法 | ||
- 使用国内镜像源,DPanel 的国内镜像地址为 ccr.ccs.tencentyun.com/donknap/dpanel:latest | ||
|
||
### 无法启动 DPanel | ||
|
||
##### 错误信息 | ||
|
||
``` | ||
Error starting userland | ||
proxy: listen tcp4 0.0.0.0:80: bind: address already in us | ||
``` | ||
|
||
- 服务器安装过类似于宝塔之类的管理软件,占用了 80 端口。部署时更换端口,例如:-p 880:80 -p 8443:443。 | ||
- 去掉绑定 80 及 443 的配置。 |