docker-opengl-nvidia icon indicating copy to clipboard operation
docker-opengl-nvidia copied to clipboard

Docker image for running X GUI apps with OpenGL hardware acceleration via the nvidia driver.

docker-opengl-nvidia

Builds a Docker image that allows sharing the local X display for graphical apps on a system that uses the Nvidia proprietary driver. OpenGL and DRI direct hardware acceleration are supported.

.. attention::

This approach for using graphical applications in Docker is highly discouraged. The resulting Docker image will not be portable; it depends both on the host graphics device and the graphics driver version. Instead the thewtex/opengl <https://github.com/thewtex/docker-opengl> Docker image is recommended.