Skip to content

Commit c02e0ac

Browse files
authored
Revise LXD installation documentation
Updated the LXD installation guide with additional details and clarifications regarding swap memory, installation steps, and web control panel options.
1 parent 9a4b726 commit c02e0ac

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/guide/lxd/lxd_install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
3737
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
3838
```
3939

40-
### LXD主体安装
40+
## LXD主体安装
4141

4242
:::warning
4343
如果是全新的服务器,务必保证```apt update``````apt install curl```都无问题再执行本脚本。
@@ -79,7 +79,7 @@ bash lxdinstall.sh
7979
如果你需要在一台服务器上开启超过200个LXD容器,那么不推荐你使用本项目,可能会出现lxcfs访问漂移的问题,产生IO占用无法释放。(系lxc原生问题无法修复)
8080
:::
8181

82-
### 安装WEB控制面板
82+
## 安装WEB控制面板
8383

8484
自定义 教程中有关于官方面板怎么启用的教程,但这里不选择使用官方的面板,因为官方面板为了安全性,牺牲了很多用户体验,这块使用
8585

@@ -105,7 +105,7 @@ sudo snap install lxdmosaic
105105

106106
聊胜于无只能说,没有RBAC权限控制进行分用户隔离
107107

108-
### 手动安装(备选)
108+
## 手动安装(备选)
109109

110110
不推荐,只是为了一些奇葩环境一键脚本跑不动的时候进行安装,或则你想要了解最基础的LXD安装流程。
111111

@@ -180,3 +180,4 @@ export PATH=$PATH:/snap/bin
180180

181181
连接后再测试lxc命令是否有报错找不到
182182

183+

0 commit comments

Comments
 (0)