What linux capabilities are necessary for DRI (Direct Rendering Infrastructure)?

4

Background:

I'm looking to create a docker image that can run opengl.

To do that I followed the steps found here, which worked like a charm.

The issue is that the instructions recommend that one use docker's privileged mode, which provides the docker container with all linux capabilities.

I'd like to replace privileged with the exact capabilities that I need to run DRI, and only those capabilities.

The problem is that I don't know what those are, or any way to retrieve them.

Roy Truelove

Posted 2017-04-27T03:45:15.223

Reputation: 272

No answers