Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 422 Bytes

iPerf3 Server

A simple iPerf3 server.

How to use this image

Start an iPerf3 Server instance

To start a container use the following:

docker run \
	--name my-iperf3-server \
	--detach \
	--publish 5201:5201/tcp \
	garethflowers/iperf3

License