drianpauL commented on issue #15230:
URL: https://github.com/apache/pulsar/issues/15230#issuecomment-1136660863

   Another workaround is to create a custom/derived Docker image and create the 
`data` directory with the correct permissions
   ```
   FROM apachepulsar/pulsar:2.10.0
   
   USER 0
   RUN mkdir /pulsar/data && chmod g+w /pulsar/data
   
   USER 10000
   ```


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