neurocis - 2015-12-19

For those of you that also run docker I have forked clue's v4.3 container and updated it to v5.0 under Alpine linux (85mb in size vs 325mb on debian) as well as added an automagic configure to the docker hosts IP address so all that should be needed to get it up and running on VBox host itself is the usual VBox/vboxwebsrv prereq &:

docker run -d -p 88:80 qlustor/phpvirtualbox

Where 88 is the port the phpVBox webGUI will respond to requests.

(If you don't want to world expose the vboxwebsrv just bind it to th IP of dockers vNIC instead of localhost)

Note: The container disables phpVBoxes authentication by default.

Cheers!