Docker container for TurboVNC and VirtualGL running NVIDIA drivers
Original Dockerfile from: https://gitlab.com/nvidia/samples/blob/master/opengl/ubuntu16.04/turbovnc-virtualgl/Dockerfile
- Create the certificate self.pem
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
- Build the image
docker build -t $USER/turbovnc:latest .
See other repo here for a bit more documentation - https://github.com/tyson-swetnam/ubuntu-xfce-vnc
For an alternative to VNC with a bit better latency, check out XPRA https://github.com/tyson-swetnam/docker-xpra