/docker-iperfclient

Docker image that connects to Wormhole's overlay network and starts and iPerf client

Primary LanguageShellMIT LicenseMIT

docker-iperfclient

Docker image that connects to Wormhole's overlay network and starts and iPerf client

Building docker-iperfclient

git clone https://github.com/pjperez/docker-iperfclient
cd docker-iperfclient

Download your config (.vpn) and linuxconfig files from your dashboard at Wormhole Network and use them to replace the placeholders before the next step.

sudo docker build -t wormhole/docker-iperfclient .

Running docker-iperfclient

sudo docker run -t -i --privileged=true -e IPERF_SERVER=100.64.0.30 wormhole/docker-iperfclient

Change 100.64.0.30 for your iPerf server's IP address.

More info

Read docker-wormhole if you're not familiar with Wormhole's Docker image.