Update buildvm.sh

This commit is contained in:
spiritlhl 2023-06-05 10:04:36 +08:00 committed by GitHub
parent 051abd0202
commit f764d731d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
# ./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 debian11 local # ./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 debian11 local
cd /root >/dev/null 2>&1 cd /root >/dev/null 2>&1
# 创建容器 # 创建NAT的虚拟机
vm_num="${1:-102}" vm_num="${1:-102}"
user="${2:-test}" user="${2:-test}"
password="${3:-123456}" password="${3:-123456}"