Skip to content

Docker guide

Nabil Adouani edited this page Nov 6, 2016 · 15 revisions

Install theHive using docker

1. Prepare your system

Choose destination folder to store the database for TheHive :

THEHIVE=/opt
mkdir -p $THEHIVE/elasticsearch/data 

2. Install and run TheHive

docker --rm \
  --publish 127.0.0.1:9000:9000
  --volume $THEHIVE/elasticsearch/data:/data \
  certbdf/thehive:latest

Documentation has been moved here

Clone this wiki locally