- based on mlabbe/iperf3
- automatic multiarch builds on GitHub
- based on stable Alpine
- tags correspond to iperf3 version in Alpine
You can add more instances by adding another service.
version: "3"
services:
iperf:
image: frauhottelmann/docker-iperf3:v3.11-r0
restart: always
container_name: iperf3
ports:
- "5201:5201"