Skip to content

ejsears/zeek-pcap-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeek-pcap-docker

Usage:

  1. Build the container:

To build the container use the following:

podman build -t zeek-process:latest .
  1. To utilize this container, place any pcap in a directory and then run the following from within that directory:
podman run --rm \
  -v `pwd`:/pcap \
  localhost/zeek-process:latest

Notes:

Podman can be replaced with docker as appropriate.

About

Dockerized version of Zeek to automatically process and parse multiple pcap files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors