Alpine multi-platform image of iperf3 running as a server (about 5MB)
2.6K
Original repo https://github.com/schklom/Mirror-workflows/tree/iperf3
By default, it runs iperf3 -s and makes an iperf3 server listening on port 5201.
A basic usage with docker-compose is
services:
iperf3:
image: schklom/iperf3
ports:
- 5201:5201
Content type
Image
Digest
Size
5 MB
Last updated
over 4 years ago
docker pull schklom/iperf3