MISP / docker-misp

Automated Docker MISP container - Malware Information Sharing Platform and Threat Sharing
BSD 3-Clause "New" or "Revised" License
105 stars 31 forks source link

Putting SQL files inside docker #18

Closed BrunoMCBraga closed 4 years ago

BrunoMCBraga commented 4 years ago

Hello

I would like to run MISP inside docker and push it to Amazon using Kubernetes.

However, this is using a VOLUME and the DB files are at the host.

How can i modify the file to have everything inside docker?

I tried to remove the VOLUME directive and then: RUN /init-db;

WORKDIR /etc/logrotate.d...

But i am failing to run the container.

Any idea what is happening?

Thanks

BrunoMCBraga commented 4 years ago

https://github.com/harvard-itsecurity/docker-misp/issues/57