Sign inSign up

arjanschaaf/centos-iperf3

By arjanschaaf

•Updated about 11 years ago

Docker image that creates a iperf3 setup based on CentOS

Image
0

3.6K

arjanschaaf/centos-iperf3 repository overview

To run a iperf3 server on the first node:

docker run -dti -p 5201:5201 arjanschaaf/centos-iperf3 -s

To connect a client to the server container on another node:

docker run -ti --rm arjanschaaf/centos-iperf3 -c -t 300 -P 128

Tag summary

Content type

Image

Digest

sha256:32183d75f…

Size

77.6 MB

Last updated

about 11 years ago

docker pull arjanschaaf/centos-iperf3