Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

iPerf Image

This repo builds two Docker images meant for use as an iperf server.

Tags

There are images available with iPerf 3 or iPerf 2.

  • 3.19, 3 contain iPerf 3
  • 2.2, 2 contain iPerf 2

Usage

The images default to running in server mode on the default port, which is 5201 for iPerf 3 and 5001 for iPerf 2.

Server Mode

Running an iPerf 3 server:

docker run --rm -p 5201:5201 ccoley/iperf:3

Running an iPerf 2 server:

docker run --rm -p 5001:5001 ccoley/iperf:2

Client Mode

Running iPerf 3 in client mode:

docker run --rm -t ccoley/iperf:3 -c <iperf3-server>

Running iPerf 2 in client mode:

docker run --rm -t ccoley/iperf:2 -c <iperf2-server> -i 1

About

Builds the ccoley/iperf Docker image. Mirror of https://git.codingallnight.com/docker/iperf

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages