[GitHub] [apisix-java-plugin-runner] cws1981 commented on issue #61: bug: Can not connect java plugin with apache apisix container

2021-11-28 Thread GitBox
cws1981 commented 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. > Obviously this is a permissions issue with docker. I wou

[GitHub] [apisix-java-plugin-runner] cws1981 commented on issue #61: bug: Can not connect java plugin with apache apisix container

2021-11-24 Thread GitBox
cws1981 commented on issue #61: URL: https://github.com/apache/apisix-java-plugin-runner/issues/61#issuecomment-978884628 this is my Dockerfile: `FROM apache/apisix:2.10.0-alpine RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories && apk add --no-cach