Update README.md

This commit is contained in:
spiritlhl 2023-08-02 18:34:36 +08:00 committed by GitHub
parent c8402a6271
commit f88241559f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,10 @@ guestfish -a xxx -i -c "cat /etc/ssh/sshd_config"
qm exec 虚拟机ID /bin/bash
```
```
qemu-img convert -p -O qcow2 /var/lib/vz/images/152/vm-152-disk-0.raw /root/xxx
```
### 卸载所有虚拟机
```