Comment on [HELP] How to fork a docker image?
frongt@lemmy.zip 4 weeks 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.
Comment on [HELP] How to fork a docker image?
frongt@lemmy.zip 4 weeks 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 4 weeks 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 4 weeks 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…
sugar_in_your_tea@sh.itjust.works 4 weeks ago
And you can map internal users to external users. This isn’t as common with Docker since things tend to run as root, so maybe look up Podman docs where it’s more common since it’s whole schtick is running with minimal permissions.
nico198X@piefed.europe.pub 4 weeks ago
this would be useful but i was never able to figure out how. :/
nico198X@piefed.europe.pub 4 weeks ago
right, so what confused me is that the basic setup works for owncast, but the same setup not for peertube.