Docker Images
Docker images for EveBox are provided on Docker hub: https://hub.docker.com/repository/docker/jasonish/evebox
Images are provided for x86_64 and Arm64 Linux.
Tags
- jasonish/evebox:latest: The latest release version of EveBox
- jasonish/evebox:main: A development build from the git main branch of EveBox
Example Docker Compose
version: "3"
services:
evebox:
image: jasonish/evebox:latest
restart: unless-stopped
ports:
- "5636:5636"
command: evebox server