lhotari commented on issue #15647:
URL: https://github.com/apache/pulsar/issues/15647#issuecomment-1354320999

   > Or, a user can manually change the file system permissions on the `data` 
directory so that it is writable by the root group.
   
   Here's a way to do that for the example case:
   ```bash
   docker run -it --rm --mount source=pulsardatax,target=/pulsar/data --mount 
source=pulsarconf,target=/pulsar/conf --user=0 apachepulsar/pulsar:2.10.2 bash 
-c "chown -R 10000 /pulsar/conf /pulsar/data && chmod g+w /pulsar/conf 
/pulsar/data"
   ```


-- 
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]

Reply via email to