Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/garethflowers/docker-iperf3
- Owner: garethflowers
- License: mit
- Created: 2020-11-17T11:37:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T06:31:50.000Z (6 months ago)
- Last Synced: 2024-06-19T01:58:14.868Z (6 months ago)
- Topics: docker, dockerfile, iperf3, iperf3-server
- Language: Shell
- Homepage: https://garethflowers.dev/docker-iperf3/
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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 \
garethflowers/iperf3
```## License
- This image is released under the
[MIT License](https://raw.githubusercontent.com/garethflowers/docker-iperf3/main/LICENSE).