Replies: 1 comment
-
Hi @SylivanKenobi I hope all is well. I did some research and created a wiki page for the Docker permission issue. Could you please review it and provide any suggestions? Also, feel free to edit the page. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
The root cause of the permission issue:
Changes:
Issues:
Solutions
Make sure the UID/GID of the user executing the main process in the container is the same as the owner of the folder/files on the host.
Option1:
Run Docker containers as the owner of the existing folder/files on the host
Option2:
Update the owner of the folder/files on the host as nobody
Option3:
Run Docker containers as the default "root"
Beta Was this translation helpful? Give feedback.
All reactions