/container-net-perf

Primary LanguageDockerfileApache License 2.0Apache-2.0

To run a iperf3 server on the first node:

  • docker run -dti -p 5201:5201 lcalcote/container-net-perf -s

To connect a client to the server container on another node:

  • docker run -ti --rm lcalcote/container-net-perf -c -t 300 -P 128