zeek-docker
zeek-docker copied to clipboard
Docker files for building Zeek.
I was playing around with the broplayground/bro:4.1.0 image. It has `zkg` built in, but it doesn’t actually run because it has Python 3 dependencies.
Hi, I am running inside a container the zeekctl and i got this issue: I've opened the container with `docker exec -u root -t -i zeek /bin/bash` ``` root@0928d88fe04c:/zeek/bin# ./zeekctl...
Hey, I am trying to run zeekctl to deploy a new configuration.. but I get the following error .Please help me out Traceback (most recent call last): File "./zeekctl", line...
The 2.5.5 Dockerfile does not function at the moment. ``` root@487779f2c450:/bro# broctl Traceback (most recent call last): File "/bro/bin/broctl", line 13, in from BroControl.broctl import BroCtl, BroControlError, CommandSyntaxError File "/usr/local/bro-2.5.5/lib/broctl/BroControl/broctl.py",...
Docker now supports --build-arg as well as multi-stage dockerfiles which should mean I can remove the use of docker-squash and remove a lot of duplicate code between the versions.