Passing hw to rootless is hard. I think you’d need to match the groups inside the container to the host or make sure that the user can access the needed stuff from uid alone, as the group might not exist in the container and you end up groupless inside
this post was submitted on 13 Aug 2023
5 points (85.7% liked)
Self Hosted - Self-hosting your services.
14673 readers
2 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
Important
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate. This is strongly encouraged!
Cross-posting
- !everything_git@lemmy.ml is allowed!
- !docker@lemmy.ml is allowed!
- !portainer@lemmy.ml is allowed!
- !fediverse@lemmy.ml is allowed if topic has to do with selfhosting.
- !selfhosted@lemmy.ml is allowed!
If you see a rule-breaker please DM the mods!
founded 4 years ago
MODERATORS
I've got this running on my jellyfin rootless podman setup. Let me check out the config when I get home, I'm out at the moment. Ping me here if I don't update this in the next day or so.
OK, looks like my setup isn't any different to yours, except that I have --security-opt=label=disable
set too. The reason for this is because of this issue, which should be fixed by now. Your version may be too old?
If you get the same result from ausearch
as on that issue, you may be seeing the same problem.