docker-phpvirtualbox icon indicating copy to clipboard operation
docker-phpvirtualbox copied to clipboard

phpVirtualBox docker image, a modern webinterface mirroring the VirtualBox GUI to administer VirtualBox VMs in a headless environment

Results 5 docker-phpvirtualbox issues
Sort by recently updated
recently updated
newest added

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...

help wanted
new feature

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') ),...

help wanted
new feature

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...