Hi,
I started docker’s orthanc image and set volume as new path but when i docker compose then return permission error (mkdir /folder Only read access).
I tired with change users ownership and user group access, Also give full permission to /folder.
Still i got the permission error.
Thanks!
jodogne
2
Hello,
The topic of permissions for Docker shared volumes is complex, and is not specific to Orthanc.
I kindly invite you to check out the Docker documentation. The following thread on StackOverflow looks like a good starting point:
https://stackoverflow.com/questions/23544282/what-is-the-best-way-to-manage-permissions-for-docker-shared-volumes
HTH,
Sébastien-