Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.04 KB

docker-iperf3

Project Maintenance License

CI

Twitter Follow

Simple Docker image with iperf3

Usage

Image by default starts as iperf3 server on port 5201:

docker run -it --rm \
  -p 5201:5201 \
  -p 5201:5201/udp \
  ei99070/docker-iperf3

To run as iperf3 client, use the following:

docker run -it --rm \
  -p 5201:5201 \
  -p 5201:5201/udp \
  ei99070/docker-iperf3 \
  -c <server-ip-address>

You can use any iperf3 parameters just by adding them after the image name.

License

MIT