Usage:
- Build the container:
To build the container use the following:
podman build -t zeek-process:latest .
- 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.