-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Clarify elasticsearch user uid:gid mapping in Docker docs (#24058) #24092
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
Conversation
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user.
jasontedor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Can you add to the PR description "Closes #24058"? |
@jasontedor Yes I was planning to add that line at the bottom of the |
Ah, okay. So we normally refer to the PR in the commit message, and add the "Closes #24058" (issue number) in the PR description. This gives traceability back to the PR from the commit message, and GitHub will automatically close the issue when the PR is merged. |
|
Thanks for the clarifications @jasontedor will do so. |
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside the Docker container. Clarify that bind mounted local directories need to be accessible by this user. Relates #24092
Elasticsearch runs as user elasticsearch with uid:gid 1000:1000 inside
the Docker container. Clarify that bind mounted local directories or files
need to be accessible by this user.
Closes #24058