heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
185 stars 23 forks source link

Add docker stuff. #23

Open liske opened 4 years ago

liske commented 4 years ago

This PR adds a Dockerfile which can be used to build a IRTT docker image. A Docker Compose file to run IRTT server and a small wrapper script to run IRTT on the cli is included.

mlouielu commented 4 years ago

Not sure, but will this add some possible network routing delay to the result?

liske commented 4 years ago

Not sure, but will this add some possible network routing delay to the result?

The MR suggests to run it with network_mode: host, so there won't be any network routing delays.