nfdump tools packaged in a docker container. Application source code can be found here
./build.sh
If you wish to override the version simply pass the version as an argument
./build.sh 1.6.17
The image created will be netsage/nfdump-collector:1.6.17
You can override the command executed by simply adding your own command line.
available commands are:
- nfanon
- nfcapd
- nfdump
- nfexpire
- nfreplay
- sfcapd
Default command is:
nfcapd -T all -l /data -S 1 -w -z -p 9999
version: '3.7'
services:
collector:
image: netsage/nfdump-collector:1.6.18
command: /usr/local/bin/nfcapd -T all -l /data -S 1 -w -z -p 9999
ports:
- "9999:9999/udp"
restart: always
volumes:
- ./data/input_data:/data