Hello everyone, I am running a python script on docker container. This python script contains iperf commands. I used the latest alpine image in which I included both lines: RUN apk add –no-cache iperf RUN apk add –no-cache iperf When running my container in detached mode, I can see on the terminal both lines iperf server connecting to … and iperf client connecting to …. However, I can’t see the results of the test on the screen. I would appreciate if someone could help me find the reason or give me a tip to be able to see the results on my screen. Thank you
-- Andrew MORCOS
_______________________________________________ Iperf-users mailing list Iperf-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iperf-users