x_old_misp_docker
x_old_misp_docker copied to clipboard
Splitting out DB to separate container?
Is there any reason why the DB can't be split in to a separate container?
Yes, you can. Create a separate container and add misp image dependent upon db image in the docker compose configuration file.
With the most recent commit, you are now installing MariaDB into the image. Why? The whole point of containers is to minimize the amount of services in a single image.
Hi @EricJoGonzalez. Have you successfully done this yet? I am looking to do something similar and came across this issue.
Our custom docker image years a separate redis and db container. Works really well
Also See: https://github.com/RH-ISAC/misp-docker