Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker user #164

Open
itsmexxie opened this issue Jun 11, 2023 · 1 comment
Open

Docker user #164

itsmexxie opened this issue Jun 11, 2023 · 1 comment

Comments

@itsmexxie
Copy link

Description

The docker container is run with the user user. This cannot be changed and the UID and GID of the docker user cannot be specified. This leads to permission issues on mounted directories, to which the docker user doesn't have access. Of course, this could be solved by making the directories accessible to anyone and any group, but that's obviously not desired.

image

Imho I see two ways out of this. Either make the user root again, which makes it able to access any directory on the host fs, or implement some kind of environment variables to specify which UID & GID the docker user uses.

@Stinky-c
Copy link
Contributor

I'm not a maintainer, but #161 should've have fixed this issue. Can you try building the image from source?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants