Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 747 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 747 Bytes

NVIDIA Xorg VirtualGL Docker Images

Render OpenGL to NVIDIA headless Xorg inside a Docker container and forward to your remote X server using VirtualGL

Requirements

Build

$ docker build -t nvidia-xorg-virtualgl-docker .

Run

$ ./run.sh YOUR-DOCKER-ARGS nvidia-xorg-virtualgl-docker vglrun YOUR-GUI-APP

This will launch an internal Xorg server at headless display :0 where VirtualGL renders the OpenGL content and forwards already rendered OpenGL content to remote X server connected via VirtualGL's vglconnect SSH tunnel.