docker-ubuntu-vnc icon indicating copy to clipboard operation
docker-ubuntu-vnc copied to clipboard

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

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