Replies: 1 comment
-
Thanks for the report @Bubbelb 😄 Maybe I'll add this to some docs, just in case, I'll convert this to a discussion so that in future people will be able to find it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Error when entering a (alpine) container, with an "OCI: Permission Denied"
Issue found and worked around (read further).
To Reproduce
On an Archlinux (Manjaro) computer:
Expected behavior
A normal container start.
Workaround
Desktop (please complete the following information):
Additional context
This uid/gid being off was a result of a test I did a while ago and never thought about it. It is definitely not a normal configuration.
I assume the problem lies in an assumption in the code that uid=gid, always. I'm not a programmer, so I cannot pinpoint where the problem exactly is (even if it's in Distrobox, or in Podman for that matter).
Maybe the easiest thing to do is warn the user of this problem and how to fix it, using the workaround...
Hope this all helps :)
Beta Was this translation helpful? Give feedback.
All reactions