Skip to content

codyhanson/docker-iperf3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Dockerized iperf3 server

This code corresponds to codyhanson/iperf3 on the docker hub.

To run as server with default ports:

$ docker run --rm -p 5201:5201 -p 5201:5201/udp  codyhanson/iperf3

To run as a client:

$ docker run --rm codyhanson/iperf3 -c <iperf3 server ip> [other iperf options]

To build from scratch:

$ git clone [email protected]:codyhanson/docker-iperf3
$ cd docker-iperf3
$ docker build -t yourDockerUsername/docker-iperf3 .

Tested with Docker 1.4.1

About

Dockerized build of iperf3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published