- 2.0 (2.0/Dockerfile)
- 3.0 (3.0/Dockerfile)
- 3.1, latest (3.1/Dockerfile)
This is a docker image to run the iperf commandline tool for benchmarking network performance.
If you want to build the docker container image yourself you can do so with the following commands:
$ git clone git@github.com:moutten/docker-iperf.git
$ cd docker-iperf/3.1
$ docker build -t iperf .
If you just want to obtain the image from the docker registry, you can use the following command:
$ docker pull moutten/iperf
In order to run the iperf server command in daemonized mode, use the following:
$ docker run -d -p 5201:5201 moutten/iperf
At that point, you can use your docker server as an iperf server to begin benchmarking your network speeds.