Skip to content

frauhottelmann/docker-iperf3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image CI

Alpine iperf3 in a docker container

  • based on mlabbe/iperf3
  • automatic multiarch builds on GitHub
  • based on stable Alpine
  • tags correspond to iperf3 version in Alpine

Docker-compose example

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"