-
Notifications
You must be signed in to change notification settings - Fork 90
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
Permission denied #80
Comments
hello @ACCGAGTT, make sure the permissions of the mounted directories (on your host system) are open enough to be consumed by the docker container (Kerberos Agent). |
My Linux knowledge is limited but I was running into the same issue the day before. I was able to solve it by changing ownership and permissions on the mounted directory on the host (using bind mounts):
This might not be the best solution but worked for me and might give you an idea about fixing it in a better way ;-) |
Thanks for helping out @Hooch76 !! |
Apologies for this, but I don't understand this. There's no file called |
@ORIOLESFan02 the
|
How is this closed? I dont understand who should own the files. 100 and 101 are totally different users on my system. |
When trying to attach volumes , both docker and docker compose options throw the following error:$(pwd)/config:/home/agent/data/config -v $ (pwd)/recordings:/home/agent/data/recordings-d --restart=always kerberos/agent:latest
docker run -p 8081:80 --name mycamera -v
{"level":"fatal","msg":"Problem creating a file: open ./data/config/.test: permission denied","time":"2023-03-06T05:54:22+01:00"}
when launching without mounted volumes the container comes up
The text was updated successfully, but these errors were encountered: