diff --git a/docs/en/guide/docker/docker_install.md b/docs/en/guide/docker/docker_install.md index 0f3c695388..54e30860b7 100644 --- a/docs/en/guide/docker/docker_install.md +++ b/docs/en/guide/docker/docker_install.md @@ -26,7 +26,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o ## Environment Setup -- Supported systems: Ubuntu, Debian, Alpine, Arch and other mainstream Linux distributions +- Supported systems: Ubuntu, Debian, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch - Detect the system environment and install the corresponding components - Install docker and docker-compose. - Download some configuration scripts required by default diff --git a/docs/en/guide/incus/incus_install.md b/docs/en/guide/incus/incus_install.md index dfa7cd2b5b..ec2e6bb839 100644 --- a/docs/en/guide/incus/incus_install.md +++ b/docs/en/guide/incus/incus_install.md @@ -35,7 +35,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o If this is a new server, make sure that both ```update``` and ```curl``` are working properly before executing this script. ::: -- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch +- Prerequisites: Ubuntu 20+(Not recommended to use Incus, please use LXD), Debian 11+(Recommended), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch - 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 - The server needs to be restarted after the environment installation process to load some default configurations - 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 diff --git a/docs/en/guide/incus/incus_precheck.md b/docs/en/guide/incus/incus_precheck.md index 89c08a2b52..8a941f2a50 100644 --- a/docs/en/guide/incus/incus_precheck.md +++ b/docs/en/guide/incus/incus_precheck.md @@ -13,7 +13,7 @@ Feel free to give the project a ```Star``` for free support!-->[https://github.c ## Requirements Hardware requirements. -- System: Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+ +- System: Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(After installing bash on your own), Arch - Virtualization: KVM, VMWARE recommended. - CPU: The number of cores should be greater than or equal to 2, otherwise there may be a kernel idling slice cycle resulting in 100% occupancy - Memory: At least 512MB of RAM diff --git a/docs/en/guide/lxd/lxd_install.md b/docs/en/guide/lxd/lxd_install.md index a8434350d2..7d10659639 100644 --- a/docs/en/guide/lxd/lxd_install.md +++ b/docs/en/guide/lxd/lxd_install.md @@ -40,7 +40,7 @@ If this is a new server, make sure that both ```apt update``` and ```apt install 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. ::: -- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11), Alpine, Arch +- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11), Alpine(After installing bash on your own), Arch - 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 - The server needs to be restarted after the environment installation process to load some default configurations - 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 diff --git a/docs/en/guide/lxd/lxd_precheck.md b/docs/en/guide/lxd/lxd_precheck.md index a3ee38e3ca..35b845ce25 100644 --- a/docs/en/guide/lxd/lxd_precheck.md +++ b/docs/en/guide/lxd/lxd_precheck.md @@ -13,7 +13,7 @@ Feel free to give the project a ```Star``` for free support!-->[https://github.c ## Requirements Hardware requirements. -- System: Debian 8+, Ubuntu 18+ (22.04 recommended). +- System: Debian 8+, Ubuntu 18+ (22.04 recommended), Alpine(After installing bash on your own), Arch - Virtualization: KVM, VMWARE recommended. - Memory: At least 512MB of RAM - Hard disk: hard disk (system disk) at least 10G diff --git a/docs/guide/docker/docker_install.md b/docs/guide/docker/docker_install.md index 546d2cde75..a44c5adc4e 100644 --- a/docs/guide/docker/docker_install.md +++ b/docs/guide/docker/docker_install.md @@ -33,7 +33,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a ## 环境安装 -- 支持系统:Ubuntu, Debian, Alpine, Arch 等主流Linux发行版 +- 支持系统:Ubuntu, Debian, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch - 检测系统环境,安装对应组件 - 安装docker和docker-compose,这里有判断为国际服务器还是国内服务器,自动安装对应源的docker - 下载默认需要的一些配置脚本,设置默认的网络配置 diff --git a/docs/guide/incus/incus_install.md b/docs/guide/incus/incus_install.md index 73fb62473a..8f00a928e8 100644 --- a/docs/guide/incus/incus_install.md +++ b/docs/guide/incus/incus_install.md @@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a 如果是全新的服务器,务必保证```curl```命令可用且```update```无问题再执行本脚本。 ::: -- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine, Arch +- 环境要求:Ubuntu 20+(不推荐Incus请使用LXD), Debian 11+(推荐), RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch - 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中 - 环境安装过程后需要重启服务器以加载一些默认配置 - 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息 diff --git a/docs/guide/incus/incus_precheck.md b/docs/guide/incus/incus_precheck.md index 104b6a1a11..f417989e02 100644 --- a/docs/guide/incus/incus_precheck.md +++ b/docs/guide/incus/incus_precheck.md @@ -13,7 +13,7 @@ outline: deep ## 要求 硬件要求: -- 系统:Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+ +- 系统:Ubuntu 20+, Debian 11+, RockyLinux 9+, AlmaLinux 9+, Centos 9+, Alpine(自行安装bash后), Arch - 虚拟化:推荐KVM、VMWARE虚拟化 - CPU:内核数最好大于或等于2,否则可能出现内核空转切片循环导致占用100% - 内存:内存至少512MB diff --git a/docs/guide/lxd/lxd_install.md b/docs/guide/lxd/lxd_install.md index 1ae8d6a3c9..554a86e80f 100644 --- a/docs/guide/lxd/lxd_install.md +++ b/docs/guide/lxd/lxd_install.md @@ -43,7 +43,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a 如果是全新的服务器,务必保证```apt update```和```apt install curl```都无问题再执行本脚本。 ::: -- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上),Alpine,Arch +- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上),Alpine(自行安装bash后),Arch - 安装过程中会提示输入存储池创建路径以及大小,你所有要开的虚拟机或容器最终占用的空间是在存储池中 - 环境安装过程后需要重启服务器以加载一些默认配置 - 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息 diff --git a/docs/guide/lxd/lxd_precheck.md b/docs/guide/lxd/lxd_precheck.md index a8f86b9f3a..b3b29d856a 100644 --- a/docs/guide/lxd/lxd_precheck.md +++ b/docs/guide/lxd/lxd_precheck.md @@ -13,7 +13,7 @@ outline: deep ## 要求 硬件要求: -- 系统:Debian 8+, Ubuntu 18+(推荐22.04) +- 系统:Debian 8+, Ubuntu 18+(推荐22.04),Alpine(自行安装bash后),Arch - 虚拟化:推荐KVM、VMWARE虚拟化 - 内存:内存至少512MB - 硬盘:硬盘(系统盘)至少10G