April 20, 20233 yr 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.
April 20, 20233 yr 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...
July 1, 20242 yr 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
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.