Builds a Docker image with the nscan ready to run.
- run the Docker container with:
docker run --rm --net=host waja/nscan -hWe don't actually require --net=host, but if we're wanting to test native performance (or use --source some-specific-host-IP) then we want direct access to the relevant connections without any overhead.
make buildmake shell