Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 623 Bytes

turbovnc-virtualgl-docker

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

  1. Create the certificate self.pem
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
  1. 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