OpenGL on bare metal

Hi

I’m running rancher OS bare metal. I’m trying to run OpenGL in a docker container. The problem that I have is that /dev/dri does not exist. How can I install the video driver?

Everything is a container in RancherOS, you will need to create a service with an image to supply everything needed to get it running. This is an example for iscsi: https://github.com/rancher/os-services/tree/master/images/20-iscsi and https://github.com/rancher/os-services/blob/master/o/open-iscsi.yml

What card do you have/what driver do you need?