Permission issues on the host, entrypoint.sh cannot make directories or files. #298
-
I am having a very hard time getting this to work "out of the box" I get an error with mkdir no permissions when the Config folder is not pre-created. I have tried the following: I Initially placed in /opt/foundry/ I'm at my wits end so I'm looking to see if anyone has a suggestion. I'm running Fedora 35, fresh install with Docker and docker-compose installed. I have my user, docker group, and have added my user to the docker group. I've followed post setup of docker to be sure the permissions where there, other containers work, Reviewing the src\entrypoint.sh file. I'm seeing that entrypoint,sh doesn't have any uid or gid assignments, is that intended? I saw a previous discussion about supplying the uid and gid in Env, but that doesn't seem to help with my issue. (Because those are for inside the container.) I'm 100% sure this is an issue with my environment. any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you share your Off the top of my head: are you running SELinux? |
Beta Was this translation helpful? Give feedback.
Could you share your
docker-compose.yml
file and the container logs in verbose mode.If you are passing credentials through environment variables be sure the sanitize them out.
Off the top of my head: are you running SELinux?