Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 675 Bytes

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"