Sign inSign up

wardwouts/novnc

By wardwouts

•Updated over 3 years ago

Standalone NoVNC Container

Image
0

3.7K

wardwouts/novnc repository overview

⁠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

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

⁠Ports

8081 is exposed by default.

⁠Usage

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

⁠Code

The dockerfile and code can be found here: https://github.com/wardwouts/docker-novnc⁠

Tag summary

Content type

Image

Digest

sha256:007e64bd1…

Size

31 MB

Last updated

over 3 years ago

docker pull wardwouts/novnc