cws1981 edited a comment on issue #61:
URL:
https://github.com/apache/apisix-java-plugin-runner/issues/61#issuecomment-981081360
> Obviously this is a permissions issue with docker. I would recommend
developing under linux.
I user mac OS.
this is the processes in the container:
```
PID USER TIME COMMAND
1 root 0:00 {openresty} nginx: master process
/usr/local/openresty/bin/openresty -p /usr/local/apisix -g daemon off;
44 nobody 0:00 {openresty} nginx: worker process
45 nobody 0:00 {openresty} nginx: worker process
46 nobody 0:00 {openresty} nginx: worker process
47 nobody 0:00 {openresty} nginx: worker process
48 nobody 0:00 {openresty} nginx: cache manager process
49 nobody 0:00 {openresty} nginx: cache loader process
50 root 0:00 {openresty} nginx: privileged agent process
56 root 0:15 java -jar -Xmx4g -Xms4g
/usr/local/apisix-runner-bin/apisix-java-plugin-runner.jar
```
pid 44 user is nobody, the java process user is root, so no Permission
--
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]