Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/netperf-docker
Docker: netperf http://www.netperf.org/netperf/
https://github.com/abn/netperf-docker
Last synced: 7 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T14:42:27.000Z (about 8 years ago)
- Last Synced: 2024-11-18T07:50:02.629Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- 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
```