Skip to content

Run NoVNC in a small Docker container

Notifications You must be signed in to change notification settings

rugarci/docker-novnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Standalone NoVNC Container

Docker Pulls

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 rugarci/novnc
  deconz-vnc:
    image: rugarci/novnc
    environment:
      - REMOTE_HOST=192.168.86.135
      - REMOTE_PORT=5901
    ports:
      - 8087:8081
    restart: always

About

Run NoVNC in a small Docker container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%