Closed y-koyamatsu closed 2 years ago
iirc some docker images arent compatible with arm64. Workaround is to add --platform=linux/amd64 in docker run/compose
docker run -it --rm --platform=linux/amd64 gostudy/goreplay:1.3.3 --input-raw-track-response --output-file=req.gor --input-raw :8080 2022/07/02 04:39:33 tunl0: SIOCETHTOOL(ETHTOOL_GLINK) ioctl failed: Function not implemented
when I add the --platform=linux/amd64, it still failed.
gostudy/goreplay:1.3.3 is the same with edaubert/goreplay:1.3.3
Try to add --net=host in docker run/compose.
Thank you so much!
Hi!
I try to do GoRepaly in dokcer like below Docker Fiile!
How can I fix this???