Skip to content

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

Notifications You must be signed in to change notification settings

ChengTiesheng/docker-iperf-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 git@github.com:moutten/docker-iperf.git
cd docker-iperf
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 5001:5001 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published