Simple multi-platform container with iperf3 server for network bandwith testing.
-
Clone the repository
git clone --single-branch --branch server https://github.com/ppiskula/docker-iperf3.git
cd docker-iperf3
-
Initialize submodules
git submodule update --init
-
Build the image
docker build -t ppiskula/iperf3-server:latest .
or
docker compose build
-
One-time use
docker run --rm -it -p 5201:5201 --network host ppiskula/iperf3-server:latest
-
Detached run
docker run -name iperf3-server -p 5201:5201 --network host -d ppiskula/iperf3-server:latest
-
Compose run
docker compose up -d
© 2023 Patrycja "P4tka" Piskuła · Licensed under GNU GPL v3.0