Can you run GUI applications in a Docker container?

前端 未结 22 2483
南旧
南旧 2020-11-22 06:12

How can you run GUI applications in a Docker container?

Are there any images that set up vncserver or something so that you can - for example - add an e

22条回答
  •  礼貌的吻别
    2020-11-22 06:36

    For OpenGL rendering with the Nvidia driver, use the following image:

    https://github.com/thewtex/docker-opengl-nvidia

    For other OpenGL implementations, make sure the image has the same implementation as the host.

提交回复
热议问题