We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c75f16 commit 2ae8a7cCopy full SHA for 2ae8a7c
README.md
@@ -74,7 +74,6 @@ or by settings environment variables:
74
[Install Golang 1.14 +](https://golang.org/dl/)
75
76
```
77
-$ go build github.com/SpectralOps/netz
78
$ netz
79
NAME:
80
netz - netz cloud runner
@@ -127,7 +126,7 @@ On AWS with c4.8xlarge with 6 x NIC ~ 2.9M ~ 3.5M PPS => took 25 minutes
127
126
##### Steps
128
```bash
129
$ git clone https://github.com/SpectralOps/netz
130
-$ cd netz
+$ cd netz/docker/
131
$ docker build -t netz .
132
$ docker run -e PORT_TO_SCAN='9200' -e SUBNET_TO_SCAN='0.0.0.0/0' -e ZGRAB2_ENDPOINT='/' -e TASK_DEFINITION='docker' -v /tmp/:/opt/out --network=host -it netz
133
0 commit comments