L0rdRaiden Posted April 20, 2023 Share Posted April 20, 2023 I'm trying to get access to /boot from a code-server docker in order to edit directly the docker compose files. When I map the folder I get an access error telling me that I don't have the permissions to do it, I'm sure this can be done but how? Thanks in advance. 1 Quote Link to comment
Frank1940 Posted April 20, 2023 Share Posted April 20, 2023 Here is a big clue: You should be looking at the owner, group and the permissions of the various files and directories. Your Docker will need to be running as root to begin with... 1 Quote Link to comment
unraid_user11 Posted July 1 Share Posted July 1 Thank you @Frank1940 for your hint! Changing the following environment parameters gave access to Code Server to the boot folder: environment: - PUID=0 - PGID=0 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.