修改对 VBoxHeadless 的描述.Signed-off-by: ithink.chan <chenyang@autoai.com>

This commit is contained in:
ithink.chan 2019-11-14 10:48:06 +08:00
parent 79ca31883d
commit 79f267d377
1 changed files with 3 additions and 8 deletions

View File

@ -53,19 +53,14 @@ VBoxManage controlvm <vm uuid>|<vm name> pause|resume|reset|poweroff|savestate|a
* sdl图形化界面但是没有菜单常用于调试
* headless在后台运行默认开启 vrdp 服务,可通过 RDP 远程桌面连接
使用:
```sh
VBoxManage <vm uuid>|<vm name> --type headless
```
与使用:
以下命令都可以启动虚拟机并进行远程 RDP 连接:
```sh
VBoxManage startvm <vm uuid>|<vm name> --type headless
VBoxHeadless --startvm <vm uuid>|<vm name>
```
命令效果是一样的
区别是 VBoxManage 是异步执行VBoxHeadless 默认是同步执行,会阻塞命令行
## 关于 VNC 的一点说明