@chameleon@fedia.io
chameleon
i'm lizard
member since 21 Jun 2024 08:45
comments
- on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 4 Sep 2026
-
on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 4 Sep 2026
Complete shot in the dark, but I would start by comparing
podman system infobetween the two user accounts, with the most importance on theidMappings. Podman is usually configured to use rootless by default, and this can result in wildly different behavior based on whether/etc/subuidand/etc/subgidare configured to give your user IDs or not. See tutorial if your user 1001 is missing.Modern distro installers tend to give the user created during setup 65536 IDs, but
useraddusually doesn't do that by default. This is really distro-specific stuff though and I don't know how modern Fedora handles it, so I might be grasping at nothing here.
That looks correct to me if uid 1101 == userC. Sorry, don't really know what it might be then.