mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update README.md
This commit is contained in:
parent
2433be5786
commit
6f38b757e3
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
* [删除示例](#删除示例)
|
||||
* [相关qcow2镜像](#相关qcow2镜像)
|
||||
* [批量开设NAT的KVM虚拟化的VM](#批量开设NAT的KVM虚拟化的VM)
|
||||
* [使用方法](#使用方法)
|
||||
* [删除所有虚拟机](#删除所有虚拟机)
|
||||
* [注意事项](#注意事项)
|
||||
* [一键创建单个CT也就是LXC虚拟化的NAT容器](#一键创建单个CT也就是LXC虚拟化的NAT容器)
|
||||
|
@ -204,6 +205,8 @@ https://github.com/spiritLHLS/Images/releases/tag/v1.0
|
|||
- 默认批量开设的虚拟机网络配置为:22,80,443端口及一个25个端口区间的内外网映射
|
||||
- 可自定义批量开设的核心数,内存大小,硬盘大小,记得自己计算好空闲资源开设
|
||||
|
||||
#### 使用方法
|
||||
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh && bash create_vm.sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue