This is a small standalone server alpine based in dougw/novnc ideas.
808
This is a small standalone server alpine based in dougw/novnc ideas.
Two environment variables exist in the docker file for configuration REMOTE_HOST and REMOTE_PORT.
REMOTE_HOST Host running a VNC Server to connect to - defaults to localhost REMOTE_PORT Port that the VNC Server is listening on - defaults to 5900
6080 is exposed by default.
docker run -d -p 6080:6080 -e REMOTE_HOST=192.168.1.1 -e REMOTE_PORT=5900 dperezcabrera/novnc-alpine
docker run -d --name test -e VNC_NO_PASSWORD=1 selenium/standalone-chrome-debug
docker run -d --link test -p 6080:6080 -e REMOTE_HOST=test -e REMOTE_PORT=5900 dperezcabrera/novnc-alpine
Content type
Image
Digest
Size
32.3 MB
Last updated
about 6 years ago
docker pull dperezcabrera/novnc