diff --git a/docs/en/guide/pve/pve_lxc.md b/docs/en/guide/pve/pve_lxc.md index e2c6ad5be0..5873f413cf 100644 --- a/docs/en/guide/pve/pve_lxc.md +++ b/docs/en/guide/pve/pve_lxc.md @@ -31,19 +31,24 @@ Before creating containers, use the 'screen' command to run them in the backgrou x86_64: -https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt +Self-patching images: https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt and Run ```pveam available --section system``` to see the names and version numbers of the officially available systems. +Priority: Self-patching images (not supported by Proxmox-VE 5 and below) > Official default images (both supported) +image + +The version has been automatically recognized by a script to use the corresponding image. + arm: [https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/) :::tip All system parameters are lowercase system names spliced with version numbers. -(Note that the only parameters used by the script are lowercase English system names spliced with version numbers) +(Self-patched images support some out-of-the-way systems, such as centos6, centos7, debian8, debian9, etc.) ::: **The default CT username for all systems is root** diff --git a/docs/guide/pve/pve_lxc.md b/docs/guide/pve/pve_lxc.md index b1fb5d2975..dfcf3e7d08 100644 --- a/docs/guide/pve/pve_lxc.md +++ b/docs/guide/pve/pve_lxc.md @@ -31,13 +31,15 @@ outline: deep x86_64的 -https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt +自修补镜像: https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt 和 执行```pveam available --section system```查看官方可用的系统名字和版本号 -优先级:自修补镜像 > 官方默认镜像 +优先级:自修补镜像(Proxmox-VE 5及其以下版本不支持) > 官方默认镜像(都支持) + +已通过脚本自动识别版本使用对应镜像 arm的