https://github.com/pedrolamas/docker-iperf3
:package: Docker image for iperf3
https://github.com/pedrolamas/docker-iperf3
docker docker-image iperf iperf3
Last synced: about 1 year ago
JSON representation
:package: Docker image for iperf3
- Host: GitHub
- URL: https://github.com/pedrolamas/docker-iperf3
- Owner: pedrolamas
- License: mit
- Created: 2020-11-03T16:18:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T17:36:20.000Z (over 2 years ago)
- Last Synced: 2025-02-02T05:25:41.210Z (over 1 year ago)
- Topics: docker, docker-image, iperf, iperf3
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# docker-iperf3
[](https://github.com/pedrolamas/docker-iperf3 'GitHub Repository')
[](https://github.com/pedrolamas/docker-iperf3/blob/master/LICENSE 'License')
[](https://github.com/pedrolamas/docker-iperf3/actions 'Build Status')
[](https://twitter.com/pedrolamas '@pedrolamas')
Simple Docker image with [iperf3](https://iperf.fr/)
## Usage
Image by default starts as iperf3 server on port 5201:
```sh
docker run -it --rm \
-p 5201:5201 \
-p 5201:5201/udp \
ei99070/docker-iperf3
```
To run as iperf3 client, use the following:
```sh
docker run -it --rm \
-p 5201:5201 \
-p 5201:5201/udp \
ei99070/docker-iperf3 \
-c
```
You can use any `iperf3` parameters just by adding them after the image name.
## License
MIT