Skip to content

Commit

Permalink
added pcap installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed May 12, 2020
1 parent dde4056 commit be0ac64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ PortBitmap.
## Requirements
`libpcap` `docker` and `influxDB 2.0`

##### Running Influx on Docker
#### Libpcap

##### Linux
`sudo apt-get install libpcap-dev`

##### Windows
install [winpcap](https://www.winpcap.org/install/default.htm)

#### Influx
##### Running on Docker

> ```$ docker run --name influxdb -p 9999:9999 quay.io/influxdb/influxdb:2.0.0-beta```
Expand Down

0 comments on commit be0ac64

Please sign in to comment.