pazaan / sockperf-docker

A Docker image for sockperf

Home Page:https://hub.docker.com/r/pazaan/sockperf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sockperf-docker

A Docker image for sockperf.

This image uses the sockperf binary as the ENTRYPOINT, so any arguments you pass when running this container get passed straight through to sockperf.

Running a UDP Ping-pong test

On the server

docker run --rm -p 11111:11111/udp pazaan/sockperf sr

On the client

docker run --rm pazaan/sockperf pp --ip <ip_address_of_docker_host> -m 64

If you're running on the local host, then localhost (ie, 127.0.0.1) will not work. Use the IP address of your machine on the LAN.

Documentation

Full documentation for sockperf.

GitHub repository

GitHub repository for this Docker image.

About

A Docker image for sockperf

https://hub.docker.com/r/pazaan/sockperf


Languages

Language:Dockerfile 100.0%