Sign inSign up

moutten/iperf

By moutten

•Updated over 6 years ago

Dockerfile to setup an iperf server for network benchmarking https://iperf.fr/

Image
3

100K+

moutten/iperf repository overview

⁠docker: iperf

This is a docker image to run the iperf commandline tool⁠ for benchmarking network performance.

⁠Build from docker file

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 .
⁠Pulling from docker hub

If you just want to obtain the image from the docker registry, you can use the following command:

$ docker pull moutten/iperf
⁠Running the image

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.

Tag summary

Content type

Image

Digest

sha256:df645c1c2…

Size

4.4 MB

Last updated

over 6 years ago

docker pull moutten/iperf