Dockerfile to setup an iperf server for network benchmarking https://iperf.fr/
100K+
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 [email protected]: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.
Content type
Image
Digest
sha256:df645c1c2…
Size
4.4 MB
Last updated
over 6 years ago
docker pull moutten/iperf