Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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
```