Docker image that creates a iperf3 setup based on CentOS
3.6K
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
Content type
Image
Digest
sha256:32183d75f…
Size
77.6 MB
Last updated
about 11 years ago
docker pull arjanschaaf/centos-iperf3