Skip to content

strm-containers/docker-vnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker VNC

Docker Pulls

Dockerize GUI applications easily by just extending this container ! It uses x11vnc, a tool that allows one to view remotely and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer.

How to run

This image isn't intended to be run as it is, instead it should be used in a FROM keyword from another image, where you will install the tools that you want to run.

Create a shell script to start your desired application and add to the container COPY yourScript /app.sh, it will run when the environment initialize

Variables

  • VNC_PASSWORD - Password for the VNC connection

About

Run GUI applications inside Docker using VNC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.0%
  • Shell 49.0%