Skip to content

nullsnet/docker-ubuntu-vnc-desktop-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-vnc-desktop-opengl

An Ubuntu container running X11 with OpenGL/WebGL, accessible from a VNC/browser.

Architecture

  • Docker
  • NVIDIA Container toolkit
  • Xorg
  • x11vnc
  • noVNC

Build

Set the GPU driver version of the host OS to DRIVER_VERSION.

docker-compose build --build-arg DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader)

Launch

docker-compose up

Open :8081/vnc.html in your browser.

Config

The following parameters can be set:

  • X11VNC_PORT
  • NOVNC_PORT
  • RESOLUTION

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published