https://github.com/garethflowers/docker-iperf3
A simple iPerf3 server.
https://github.com/garethflowers/docker-iperf3
docker dockerfile iperf3 iperf3-server
Last synced: 4 months ago
JSON representation
A simple iPerf3 server.
- Host: GitHub
- URL: https://github.com/garethflowers/docker-iperf3
- Owner: garethflowers
- License: mit
- Created: 2020-11-17T11:37:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T18:13:34.000Z (8 months ago)
- Last Synced: 2025-04-03T17:22:29.251Z (7 months ago)
- Topics: docker, dockerfile, iperf3, iperf3-server
- Language: Shell
- Homepage: https://garethflowers.dev/docker-iperf3/
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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:5201/tcp \
garethflowers/iperf3
```## License
- This image is released under the
[MIT License](https://raw.githubusercontent.com/garethflowers/docker-iperf3/main/LICENSE).