Skip to content

haferm/iperf3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

iperf3

Dockerimage for iperf3 in ServerMode ipv4 and ipv6

Installation via command line

Install the docker container via command line:

docker pull haferm/iperf3
docker run --name iperf3 -p 5201:5201 haferm/iperf3

Installation via docker compose

Install the docker container via docker compose:

version: "2.1"
services:
  iperf3:
    image: haferm/iperf3
    container_name: iperf3
    ports:
      - 5201:5201
    restart: unless-stopped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published