Skip to content

moutten/docker-iperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker: iperf

Supported tags and respective Dockerfile links

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published