增加 命令行下使用 Virtualbox.Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
parent
9e0f803d81
commit
e47d8cf07e
|
@ -0,0 +1,15 @@
|
|||
# 命令行下使用 Virtualbox
|
||||
|
||||
## 查询和启动虚拟机
|
||||
|
||||
```sh
|
||||
# 获取虚拟机列表
|
||||
VBoxManage list vms
|
||||
# 开启虚拟机
|
||||
VBoxManage startvm <name> --type <type>
|
||||
```
|
||||
|
||||
* type:
|
||||
* gui,图形化界面
|
||||
* sdl,图形化界面,但是没有菜单,常用于调试
|
||||
* headless,在后台运行,默认开启 vrdp 服务,可通过 RDP 远程桌面连接
|
Loading…
Reference in New Issue