Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Zetifi/zetifi-docker-nfdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

zetifi-docker-nfdump

Alpine Linux Dockerfile that contains the nfdump tools.

Updating the image

$ docker build . -t zetifi/nfdump -t zetifi/nfdump:latest
$ docker push zetifi/nfdump

Using

You can use all the available nfdump tools (see: http://nfdump.sourceforge.net/) in a docker-compose like the following:

version: "3.1"
services:
  nfcapd:
    image: zetifi/nfdump
    restart: always
    command: nfcapd ...
  nfdump:
    image: zetifi/nfdump
    command: nfdump ...
  ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published