Do we need to document that the Docker image by default has the elasticsearch user mapped to uid 1000? This can cause issues in certain situations where the host OS has a different user with uid 1000. Mainly, this causes permission issues with the volumes. I can see that using a container orchestration tool could mitigate this problem and could be considered a best practice when using these images?
If needed, this could be documented in Notes for production use?