Skip to content

Commit bf43939

Browse files
committed
fix:添加alpine和arch系统的适配说明
1 parent c4a0899 commit bf43939

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

docs/en/guide/docker/docker_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
2626

2727
## Environment Setup
2828

29+
- Supported systems: Ubuntu, Debian, Alpine, Arch and other mainstream Linux distributions
2930
- Detect the system environment and install the corresponding components
3031
- Install docker and docker-compose.
3132
- Download some configuration scripts required by default

docs/en/guide/incus/incus_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
3535
If this is a new server, make sure that both ```update``` and ```curl``` are working properly before executing this script.
3636
:::
3737

38-
- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+
38+
- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch
3939
- During installation, you will be prompted to enter the storage pool creation path as well as the size, and all the VMs or containers you want to open end up taking up space in the storage pool
4040
- The server needs to be restarted after the environment installation process to load some default configurations
4141
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host

docs/en/guide/lxd/lxd_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If this is a new server, make sure that both ```apt update``` and ```apt install
4040
It's recommended to wait for at least 5 minutes after the system boots up before executing the following commands. This is to avoid the script being executed by the default system settings, which could cause issues with apt sources.
4141
:::
4242

43-
- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11)
43+
- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11), Alpine, Arch
4444
- During installation, you will be prompted to enter the storage pool creation path as well as the size, and all the VMs or containers you want to open end up taking up space in the storage pool
4545
- The server needs to be restarted after the environment installation process to load some default configurations
4646
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host

docs/guide/docker/docker_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
3333

3434
## 环境安装
3535

36+
- 支持系统:Ubuntu, Debian, Alpine, Arch 等主流Linux发行版
3637
- 检测系统环境,安装对应组件
3738
- 安装docker和docker-compose,这里有判断为国际服务器还是国内服务器,自动安装对应源的docker
3839
- 下载默认需要的一些配置脚本,设置默认的网络配置

docs/guide/incus/incus_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
4343
如果是全新的服务器,务必保证```curl```命令可用且```update```无问题再执行本脚本。
4444
:::
4545

46-
- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+
46+
- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch
4747
- 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中
4848
- 环境安装过程后需要重启服务器以加载一些默认配置
4949
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息

docs/guide/lxd/lxd_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
4343
如果是全新的服务器,务必保证```apt update``````apt install curl```都无问题再执行本脚本。
4444
:::
4545

46-
- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上)
46+
- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上),Alpine,Arch
4747
- 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中
4848
- 环境安装过程后需要重启服务器以加载一些默认配置
4949
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息

0 commit comments

Comments
 (0)