-
Notifications
You must be signed in to change notification settings - Fork 0
vm cli : use
Xenxia edited this page May 26, 2023
·
17 revisions
- Help
:~# vm -h
:~# vm start -h
- list all VM
:~# vm list

- Start VM
:~# vm start <vmID's>



- Stop VM
:~# vm stop <vmID's>



- Reboot VM
:~# vm reboot <vmID's>



- Get config VM (Not rewrite)
:~# vm config <vmID>
- Delete VM (Not rewrite)
:~# vm destroy <vmID>
- Clone VM (Not rewrite)
:~# vm clone <vmID> <newID>