docker-phpvirtualbox
docker-phpvirtualbox copied to clipboard
phpVirtualBox docker image, a modern webinterface mirroring the VirtualBox GUI to administer VirtualBox VMs in a headless environment
Not updating anymore?
Hi, I added custom username and password support and updated the phpvirtualbox version, since 4.3-1 does not available on sourceforge.
Besides running VirtualBox on a separate host and connecting to it, one can also start VirtualBox in a container. The container would need to expose the vboxwebsrv port and we...
For example: ``` var $servers = array( array( 'name' => 'London', 'username' => 'vbox', 'password' => 'secret1', 'location' => 'http://10.32.32.4:18083/', 'consoleHost' => '10.32.32.4', 'noPreview' => true, 'browserRestrictFolders' => array('/home/vbox','/mnt/media') ),...
I'm new to docker, so I apologize if this is an ignorant question. I've got an Ubuntu 14.04 server running virtualbox - installed directly on the host. It's mostly used...