michaeljmarshall commented on a change in pull request #13376:
URL: https://github.com/apache/pulsar/pull/13376#discussion_r789173450
##########
File path: site2/docs/getting-started-docker.md
##########
@@ -20,6 +20,7 @@ A few things to note about this command:
* The data, metadata, and configuration are persisted on Docker volumes in
order to not start "fresh" every
time the container is restarted. For details on the volumes you can use
`docker volume inspect <sourcename>`
* For Docker on Windows make sure to configure it to use Linux containers
+ * The docker container will run as UID 10000 and GID 0, by default. You'll
need to ensure the mounted volumes give write permission to either UID 10000 or
GID 0. Note that UID 10000 is arbitrary, so it is recommended to make these
mounts writable for the root group (GID 0).
Review comment:
That would be the easiest solution. I wasn't sure if we want the content
on the website or if it was okay to have it just on GitHub.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]