Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlak/docker-iperf
Docker image for iperf server.
https://github.com/phlak/docker-iperf
docker docker-image docker-iperf iperf iperf-server
Last synced: 24 days ago
JSON representation
Docker image for iperf server.
- Host: GitHub
- URL: https://github.com/phlak/docker-iperf
- Owner: PHLAK
- License: mit
- Created: 2015-12-11T04:34:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T20:36:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:00:50.956Z (6 months ago)
- Topics: docker, docker-image, docker-iperf, iperf, iperf-server
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/phlak/iperf/
- Size: 44.9 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
docker-iperf
============
Docker image for iperf server.---
Running the Container
---------------------docker run -d -p 5001:5001 --name iperf phlak/iperf
#### Optional arguments
`--restart always` - Always restart the container regardless of the exit status. See the Docker
[restart policies](https://goo.gl/OI87rA) for additional details.Troubleshooting
---------------For general help and support join our [GitHub Discussions](https://github.com/PHLAK/docker-iperf/discussions) or reach out on [Twitter](https://twitter.com/PHLAK).
Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/docker-iperf/issues).
Copyright
---------This project is licensed under the [MIT License](https://github.com/PHLAK/docker-iperf/blob/master/LICENSE).