Add docker support
Now we have docker support, you can try it with the following commands.
docker build -t go-pingport .
For testing, you need to run the following command
docker run -ti --rm go-pingport -count 3 -host 192.168.122.1 -port 31337
Now we have docker support, you can try it with the following commands.
docker build -t go-pingport .
For testing, you need to run the following command
docker run -ti --rm go-pingport -count 3 -host 192.168.122.1 -port 31337