-
Notifications
You must be signed in to change notification settings - Fork 640
Docker guide
Nabil Adouani edited this page Nov 6, 2016
·
15 revisions
Choose destination folder to store the database for TheHive :
THEHIVE=/opt
mkdir -p $THEHIVE/elasticsearch/data
docker --rm \
--publish 127.0.0.1:9000:9000
--volume $THEHIVE/elasticsearch/data:/data \
certbdf/thehive:latest