Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Docker 容器中运行的应用程序使用 OpenGL 进行离屏渲染。
如果容器运行在带有图形环境的主机上,它应该使用主机的 XServer 进行渲染。
我设置了这样的容器,它可以在任何安装了 mesa 驱动程序(softpipe 或 nouveau)的系统上完美运行,但不能在带有 NVidia 专有驱动程序的系统上运行。
如何创建能够进行硬件加速渲染(如果可能)但完全独立于系统中安装的实际图形硬件的 docker 容器?或者我可能遇到的每个图形环境都需要不同版本的容器?