https://github.com/abn/netperf-docker
Docker: netperf http://www.netperf.org/netperf/
https://github.com/abn/netperf-docker
Last synced: 3 months ago
JSON representation
Docker: netperf http://www.netperf.org/netperf/
- Host: GitHub
- URL: https://github.com/abn/netperf-docker
- Owner: abn
- Created: 2016-12-19T14:12:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T14:42:27.000Z (over 9 years ago)
- Last Synced: 2025-12-29T08:21:14.457Z (6 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker: netperf
Dockerfile packaging [netperf](http://www.netperf.org/). Original source based off of [tgraf/netperf-dockerfile](https://github.com/tgraf/netperf-docker).
### Download Image
```sh
docker pull alectolytic/netperf
```
### netserver usage
```sh
docker run -d --name netserver alectolytic/netperf
```
### netperf usage
```sh
docker run --run --rm -it alectolytic/netperf netperf --help
```