Sign inSign up

ardeveloppement/novnc

By ardeveloppement

Updated over 7 years ago

Image
0

427

ardeveloppement/novnc repository overview

Docker Layers Docker Build Status

Standalone NoVNC Container

This image is intended to run a small standalone server that can target either other machines on the same network or other Docker containers.

Configuration

Two environment variables exist in the docker file for configuration REMOTE_HOST and REMOTE_PORT.

Variables
NameDescription
REMOTE_HOSTHost running a VNC Server to connect to - defaults to localhost
REMOTE_PORTPort that the VNC Server is listening on - defaults to 5900
STDOUT_LOGFILELog file output for supervisord
STDOUT_LOGFILE_MAXBYTESLog file size output, set to 0 in order to avoid an error

Bug: Those env variables don't work because the launch.sh, using them, nothing happen on the client side

Ports

8081 is exposed by default.

Usage

docker run -d -e REMOTE_HOST=192.168.86.135 -e REMOTE_PORT=5901 dougw/novnc

Tag summary

Content type

Image

Digest

Size

82.2 MB

Last updated

over 7 years ago

docker pull ardeveloppement/novnc