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

Support for Docker Rootless mode #116

Open
andzno1 opened this issue Apr 9, 2024 · 0 comments
Open

Support for Docker Rootless mode #116

andzno1 opened this issue Apr 9, 2024 · 0 comments

Comments

@andzno1
Copy link

andzno1 commented Apr 9, 2024

Currently the container does not work in Rootless mode, since the container relies on file permissions for different users (www-data, mysql). Running in Rootless mode will set the owner for all mounted files and directories to root inside the container if the mounted files on the host are owned by the user running the docker container.

When changing the owner on the host to e.g. www-data, the files inside the container will be owned by nobody:nogroup, since the files on the host are not owned by the user running the docker container.

Is there a chance to make the container work in Rootless mode?

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

No branches or pull requests

1 participant