1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/phpvirtualbox/arm
2019-10-21 16:21:10 +08:00
..
data update phpvirtualbox 2019-10-21 16:21:10 +08:00
docker-compose.yml update phpvirtualbox 2019-10-21 16:21:10 +08:00
Dockerfile update phpvirtualbox 2019-10-21 16:21:10 +08:00
nginx.conf add phpvirtualbox 2016-06-14 16:33:12 +08:00
README.md add docker-compose.yml for phpvirtualbox-arm 2016-06-07 09:32:49 +08:00

phpvirtualbox

This is a fork of jazzdd86/phpvirtualbox.

phpVirtualBox is a modern web interface that allows you to control remote VirtualBox instances - mirroring the VirtualBox GUI.

docker-compose.yml

phpvirtualbox:
  image: easypi/phpvirtualbox-arm
  ports:
    - "8888:80"
  environment:
    - ID_PORT_18083_TCP=remote-server:18083
    - ID_NAME=Vbox
    - ID_USER=username
    - ID_PW=password
    - CONF_browserRestrictFolders=/data,
  restart: always

screenshot