Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garethflowers/docker-iperf3

A simple iPerf3 server.
https://github.com/garethflowers/docker-iperf3

docker dockerfile iperf3 iperf3-server

Last synced: about 2 months ago
JSON representation

A simple iPerf3 server.

Awesome Lists containing this project

README

        

# iPerf3 Server

A simple [iPerf3](https://iperf.fr) server.

## How to use this image

### Start an iPerf3 Server instance

To start a container use the following:

```sh
docker run \
--name my-iperf3-server \
--detach \
--publish 5201 \
garethflowers/iperf3
```

## License

- This image is released under the
[MIT License](https://raw.githubusercontent.com/garethflowers/docker-iperf3/main/LICENSE).