Docker image that connects to Wormhole's overlay network and starts and iPerf client
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 .
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.
Read docker-wormhole if you're not familiar with Wormhole's Docker image.