A simple iPerf3 server.
To start a container use the following:
docker run \
--name my-iperf3-server \
--detach \
--publish 5201:5201/tcp \
garethflowers/iperf3
- This image is released under the MIT License.
A simple iPerf3 server.
To start a container use the following:
docker run \
--name my-iperf3-server \
--detach \
--publish 5201:5201/tcp \
garethflowers/iperf3