Skip to content

7d4b9/docker-vnc-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

docker-vnc-viewer

Use the docker-vnc-viewer to view a local VNC server on a local X display using docker.

Requirements

  • Docker
  • GNU Make

Build

make build

RUN

By default the docker-vnc-viewer will display on local display :0 from port 5900 of a docker host machine (your desktop).

make run

is the same that:

export VNC_SERVER_HOST=5900
export LOCAL_DISPLAY=0
make run

About

A local vnc viewer using a docker container with xtightvncviewer inside.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published