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

Ubuntu 18.04 Docker container with TightVNC server

README

This creates a Docker container with Ubuntu 18.04 and TightVNC Server.

To build:

$ make build

To run:

$ make run

which is a shorthand for:

$ docker run --rm -ti -p 5901:5901 --name docker-ubuntu panta/docker-ubuntu-vnc:latest

To get a shell on a running container:

$ make shell