hey all!
i need some guidance. can you help point me in the right direction?
there a docker image that is basically fine, except i just want to add a group to it so that group will exist in the container.
how do i do this? is there a way to do this that will just pull the original image as is, so it will update when the original image updates, and then just add the group i need?
thanks in advance!
frongt@lemmy.zip 6 months ago
What exactly are you doing? You may not need to do this. I know you can use the group number instead of the name if it doesn’t exist in some cases.
nico198X@piefed.europe.pub 6 months ago
for the expanded discussion, you can check here:
https://github.com/TheoLeCalvar/peertube-plugin-hardware-transcode-vaapi/issues/6#issuecomment-3246562059
frongt@lemmy.zip 6 months ago
Right, you just need to make sure that the user inside the container has permission to the device. They cover this in the front page of the repo: github.com/…/peertube-plugin-hardware-transcode-v…