How do I run this as a specific user? #2934
Unanswered
Martmists-GH
asked this question in
Q&A
Replies: 1 comment 4 replies
-
My
for a user called Outside the container, I added this user to the system and also gave them ownership of the data and config directories, 775 for data and 755 for config. No further changes iirc. My main user is member of the media group. This works for me. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got other stuff set up using nobody:services (or 64434:1001), but attemping to use this tool with that user results in an error:
However, if I don't run the container under a different user, all files it creates are owned by root:root.
I also tried adding
--device /dev/net/tun
but then it errors withBeta Was this translation helpful? Give feedback.
All reactions