Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

iperf3 new iperf: Speed Test and stats


https://hub.docker.com/r/networkstatic/iperf3/

https://hub.docker.com/r/iitgdocker/iperf-web/



1- pull the image  
2- Create the Server container ( + get the IP@ of the Server) 
3- Create the Client container + Run a test


docker pull networkstatic/iperf3

Image Added


2- Create the Server container ( + get the IP@ of the Server) 

docker run  -it --rm --name=iperf3-server -p 5201:5201 networkstatic/iperf3 -s

Image Added


docker inspect --format "{{ .NetworkSettings.IPAddress }}" iperf3-server

Image Added



3- Create the Client container + Run a test


Image Added



Image Added