zeek/docker
2021-09-24 11:48:49 +02:00
..
btest Test container with BTest instead of container-structure-tests 2021-09-24 11:48:49 +02:00
Dockerfile Switch published container image to debian:bullseye-slim 2021-09-24 11:48:49 +02: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.