lhotari commented on PR #22054:
URL: https://github.com/apache/pulsar/pull/22054#issuecomment-2116633182

   > I found that there is no permission to create files or directory under 
'/pulsar'
   > 
   > ```
   > /pulsar $ mkdir test
   > mkdir: can't create directory 'test': Permission denied
   > 
   > /pulsar $ touch test
   > touch: test: Permission denied
   > ```
   
   This is intentional so that the image can be run with restricted permissions 
(read only rootfs). The writable directories should be created while building 
the image (for read only rootfs restricted deployments, those would have to be 
volumes).


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to