mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-01 00:00:53 +08:00
fix: 额外bash环境需求
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
- 下载默认需要的一些配置脚本,设置默认的网络配置
|
||||
|
||||
@@ -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相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user