BewareMyPower opened a new pull request, #297: URL: https://github.com/apache/pulsar-client-cpp/pull/297
### Motivation When I run `./pulsar-test-service-start.sh` on macOS m1 13.4, the standalone failed to start due to the wrong permission of the `test-conf` directory that is copied into the container via `docker cp`: ``` I have no name!@a00f70265760:/pulsar$ ls -l | grep test-conf drwx------ 3 501 dialout 4096 Jun 4 13:31 test-conf ``` It seems to be a bug: https://github.com/docker/for-mac/issues/1814 ### Modifications Execute `docker run` with the current username via `id -u`. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [ ] `doc-not-needed` (Please explain why) - [ ] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already added) -- 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]
