Sign inSign up

vistalba/iperf3-server

By vistalba

•Updated 3 months ago

Image
0

791

vistalba/iperf3-server repository overview

⁠iPerf3 Server in Docker

A ultra‑lightweight Docker image that runs an iPerf3 server on alpine:latest.
Simply start the container and expose port 5201 to perform bandwidth tests.

⁠Quick start

docker run -d --name iperf3-server -p 5201:5201 vistalba/iperf3-server:latest

The server will be listening on 0.0.0.0:5201. Use any iPerf3 client to test:

iperf3 -c <host-ip> -p 5201

Github: https://github.com/vistalba/iperf3-server⁠

Tag summary

Content type

Image

Digest

sha256:f9f283298…

Size

3.8 MB

Last updated

3 months ago

docker pull vistalba/iperf3-server