2023-09-18, 09:36 PM
(This post was last modified: 2023-09-18, 09:37 PM by nooobieee. Edited 1 time in total.)
Notice the device is 'rw' for group "video". Just map your container user to the same group to give that user permissions.
I use docker and also declare the device to the container in my docker-compose.yml file as such:
devices:
- /dev/dri/renderD128dev/dri/renderD128
I just use the stock docker hub image, so don't know anything about DOCKER_MODS
I use docker and also declare the device to the container in my docker-compose.yml file as such:
devices:
- /dev/dri/renderD128dev/dri/renderD128
I just use the stock docker hub image, so don't know anything about DOCKER_MODS