项目作者: frauhottelmann

项目描述 :
Alpine iperf3 Docker container
高级语言: Shell
项目地址: git://github.com/frauhottelmann/docker-iperf3.git
创建时间: 2021-01-20T17:37:48Z
项目社区:https://github.com/frauhottelmann/docker-iperf3

开源协议:GNU General Public License v3.0

下载


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.

  1. version: "3"
  2. services:
  3. iperf:
  4. image: frauhottelmann/docker-iperf3:v3.11-r0
  5. restart: always
  6. container_name: iperf3
  7. ports:
  8. - "5201:5201"