Comment on Podman: Issues with multiple users running containers simultaneously
frongt@lemmy.zip 2 days ago
“/usr/share/nginx/html/index.html” is forbidden (13: Permission denied)
Does the user have permission to that file?
Comment on Podman: Issues with multiple users running containers simultaneously
frongt@lemmy.zip 2 days ago
“/usr/share/nginx/html/index.html” is forbidden (13: Permission denied)
Does the user have permission to that file?
MoogleMaestro@lemmy.zip 2 days ago
As far as I understand, it should as it’s embedded inside the actual image file and not mounted.
I’m having other strange behaviour on non-1000 uid accounts. For example, running
docker.io/library/httpdusing the podman examples page on an account that isn’t userid 1000 will create an issue where it complains that libgcc_0 isn’t installed. This works flawlessly on the uid1000user.It does make me think that something needs to be configured for non-uid 1000 users on podman. This is not replicable on arch linux on my raspberry pi, fwiw.
frongt@lemmy.zip 1 day ago
Shell into the container and find out.