Comment on [HELP] How to fork a docker image?
nico198X@piefed.europe.pub 6 days agoso, in this case, the internal user is peertube with UID 999.
would i then use that UID, and the GID of the passed render device?
Comment on [HELP] How to fork a docker image?
nico198X@piefed.europe.pub 6 days agoso, in this case, the internal user is peertube with UID 999.
would i then use that UID, and the GID of the passed render device?
sugar_in_your_tea@sh.itjust.works 6 days ago
Passing that in basically overrides the [USER field in the Dockerfile](docker run -it --user $UID:$GID). Make sure that user/group combo has access to the render device.
nico198X@piefed.europe.pub 6 days ago
lol i can't believe this just worked. XD
falls over i've spent MONTHS on this. XD
i just didn't think i had that level of control. i kept reading that even if the IDs match it's not REALLY the same as the host permissions, but this worked just fine. a much simpler solution.
well, thank you for that! still so much to learn.
sugar_in_your_tea@sh.itjust.works 6 days ago
No prob! Glad you got it to work, permissions can be a huge pain.