Add Dockerfile and README for deploying probetest

The easiest way to set up the probe server behind a symmetric NAT is to
deploy it as a Docker container and alter the iptables rules for the
Docker network subnet that the container runs in.
This commit is contained in:
Cecylia Bocovich 2020-10-14 15:49:01 -04:00
parent f368c87109
commit a4f10d9d6e
3 changed files with 58 additions and 0 deletions

3
probetest/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM golang:1.13
COPY probetest /go/bin