You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/11 13:48:30 UTC

[GitHub] [skywalking-java] kezhenxu94 commented on pull request #322: test framework compatible with m1 arm64

kezhenxu94 commented on PR #322:
URL: https://github.com/apache/skywalking-java/pull/322#issuecomment-1274715383

   > m1 arm64 have to excute
   > 
   > ```shell
   > socat TCP-LISTEN:2375,range=127.0.0.1/32,reuseaddr,fork UNIX-CLIENT:/var/run/docker.sock
   > export DOCKER_HOST=tcp://127.0.0.1:2375
   > ```
   > 
   > before run
   > 
   > ```shell
   > bash ./test/plugin/run.sh -f ${scenario_name}
   > ```
   
   Can you explain or paste some related links about why the `socat` command is needed?


-- 
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: notifications-unsubscribe@skywalking.apache.org

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