zeek/docker
Christian Kreibich 108da36b82 Add new zeek-client dependency to Dockerfile: python3-websocket
This is a required dependency of zeek-client, and available as a .deb on Debian.
2022-10-24 15:59:26 -07:00
..
btest Suppress progress dots in zkg's output in Docker package-install check 2022-04-21 12:48:32 -07:00
Dockerfile Add new zeek-client dependency to Dockerfile: python3-websocket 2022-10-24 15:59:26 -07:00
Makefile Test container with BTest instead of container-structure-tests 2021-09-24 11:48:49 +02:00
README Add a minimal containerized environment 2021-09-24 11:48:19 +02:00

Container image for Zeek
========================

This directory contains a minimal container image for Zeek. This image is
published automatically to [DockerHub](https://hub.docker.com/u/zeekurity) for
releases and for commits on the `master` branch.

- Images for release are published as
  [`zeekurity/zeek`](https://hub.docker.com/r/zeekurity/zeek) with the `latest`
  tag pointing to the latest release.
- Development images for the `master` branch are published as
  [`zeekurity/zeek-dev`](https://hub.docker.com/r/zeekurity/zeek-dev).


To run the image execute e.g.,:

    docker run -it zeekurity/zeek

To build the image execute `make` from this directory.