File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 5
5
!!! Abstract ""
6
6
** 上图的错误是由于 docker 的在线安装脚本不支持该操作系统导致的,目前最好的解决方案就是先手动在服务器上安装并启动 Docker,然后再安装 1Panel。**
7
7
8
+ === "LinuxMirrors"
9
+ !!! Abstract ""
10
+
11
+ ```shell
12
+ bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
13
+ ```
14
+
15
+ 了解更多信息,请访问官方网站:https://linuxmirrors.cn
16
+
17
+
8
18
=== "RockyLinux"
9
19
!!! Abstract ""
10
20
Original file line number Diff line number Diff line change 18
18
## 2 安装部署
19
19
20
20
!!! Abstract ""
21
- GitHub release 链接: https://github.com/1Panel-dev/1Panel/releases
21
+ GitHub release 链接: https://github.com/1Panel-dev/1Panel/releases
22
22
23
23
=== "RedHat / CentOS"
24
24
!!! Abstract ""
52
52
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
53
53
```
54
54
55
+ !!! Abstract ""
56
+ 如果遇到 Docker 安装失败等问题,可以尝试运行以下脚本:
57
+ ```shell
58
+ bash <(curl -sSL https://linuxmirrors.cn/docker.sh )
59
+ ```
60
+ 了解更多信息,请访问官方网站:https://linuxmirrors.cn
61
+
55
62
!!! Abstract ""
56
63
安装成功后,控制台会打印面板访问信息,可通过浏览器访问 1Panel:
57
64
You can’t perform that action at this time.
0 commit comments