Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Run from Docker" #9

Merged
merged 1 commit into from
Nov 9, 2016
Merged

Fix "Run from Docker" #9

merged 1 commit into from
Nov 9, 2016

Conversation

2xyo
Copy link
Contributor

@2xyo 2xyo commented Nov 9, 2016

It works better with docker run

% docker --rm --publish 127.0.0.1:9000:9000 --volume /home/yoyo/projects/thehive:/data certbdf/thehive:latest    
flag provided but not defined: --rm
See 'docker --help'.
% docker run --rm --publish 127.0.0.1:9000:9000 --volume /home/yoyo/projects/thehive:/data certbdf/thehive:latest
[2016-11-09 15:26:38,266][WARN ][bootstrap                ] unable to install syscall filter: seccomp unavailable: your kernel is buggy and you should upgrade
[2016-11-09 15:26:39,465][INFO ][node                     ] [Dream Weaver] version[2.3.5], pid[7], build[90f439f/2016-07-27T10:36:52Z]
[2016-11-09 15:26:39,466][INFO ][node                     ] [Dream Weaver] initializing ...
[2016-11-09 15:26:41,858][INFO ][plugins                  ] [Dream Weaver] modules [reindex, lang-expression, lang-groovy], plugins [], sites []
....
% docker version                                                                                                                                                                                                                 125 ↵
Client:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Wed Oct 26 22:01:48 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Wed Oct 26 22:01:48 2016
 OS/Arch:      linux/amd64

@To-om To-om merged commit 2f9a428 into TheHive-Project:gh-pages Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants