Skip to content

Ubuntu Bionic Docker image running Xvfb, SSH daemon and VNC server

License

Notifications You must be signed in to change notification settings

jkuri/docker-ubuntu-vnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-vnc

Simple Ubuntu Docker image providing Xfce4 desktop, VNC server and SSH daemon.

Configuration

To set up remote X framebuffer display resolution open xvfb file and edit this line:

XVFBARGS=":99 -screen 0 1920x1080x24 -ac +extension GLX +render -noreset"

Build Image

git clone https://github.com/jkuri/docker-ubuntu-vnc.git
docker build -t bionic-vnc docker-bionic-vnc/

Run Image

docker run -dit -p 5900:5900 -p 22:22 --rm bionic-vnc

or use my prebuilt image:

docker run -dit -p 5900:5900 -p 22:22 --rm jkuri/docker-ubuntu-vnc:latest

Connect With VNC

Use vncviewer or similar software to connect to container. Predefined password is ubuntu.

LICENCE

MIT

About

Ubuntu Bionic Docker image running Xvfb, SSH daemon and VNC server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published