VBoxHeadless
может быть то, что вы после.
независимо от того, если вы создаете новую виртуальную машину или импортировать старого, вы можете запустить его с помощью команды:
VBoxHeadless --startvm "Ubuntu 16.04 Server"
(замените Ubuntu 16.04 Server именем виртуальной машины.)
VBoxHeadless запустит виртуальную машину и сервер VRDP (VirtualBox Remote Desktop Protocol), который позволит вам удаленно видеть вывод виртуальной машины на другом машина.
чтобы остановить виртуальную машину, запустить
VBoxManage controlvm" Ubuntu 16.04 Server " poweroff
чтобы приостановить виртуальную машину, выполните
VBoxManage controlvm "Ubuntu 16.04 Server" пауза
сброс виртуальной машины, выполните
VBoxManage controlvm "Ubuntu 16.04 Server" сброс
я исследовал это сегодня вечером по другой причине, что делает его немного более гибким для моих потребностей не работает, но это может быть именно то, что вам нужно.
также:
$ VBoxHeadless --help
Oracle VM VirtualBox Headless Interface 5.2.10
(C) 2008-2018 Oracle Corporation
All rights reserved.
Usage:
-s, -startvm, --startvm <name|uuid> Start given VM (required argument)
-v, -vrde, --vrde on|off|config Enable or disable the VRDE server
or don't change the setting (default)
-e, -vrdeproperty, --vrdeproperty <name=[value]> Set a VRDE property:
"TCP/Ports" - comma-separated list of
ports the VRDE server can bind to; dash
between two port numbers specifies range
"TCP/Address" - interface IP the VRDE
server will bind to
--settingspw <pw> Specify the settings password
--settingspwfile <file> Specify a file containing the
settings password
-start-paused, --start-paused Start the VM in paused state
-c, -capture, --capture Record the VM screen output to a file
-w, --width Frame width when recording
-h, --height Frame height when recording
-r, --bitrate Recording bit rate when recording
-f, --filename File name when recording. The codec used
will be chosen based on file extension
Примечание: прямо перед отправкой я видел, что это несколько лет. Извините за то, что вытащил что-то из архивов, но я чувствую, что полезно опубликовать.