Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages