mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This patch adds a minimal Zeek environment packaged as a container. Since this is intended both as a base layer for other images and as a quick way to explore Zeek we install only zeek and zkg as basic functionality. Closes #1625.
19 lines
668 B
Text
19 lines
668 B
Text
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.
|