You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have open a similar issues before. My question is how can i get rid of the external volume and map everything inside the docker container. What do i need to do on the initial Docerfile to achieve this?
Option 1.) Build the container without using external volumes.
What will happen is that without the:
-v $docker-root/misp-db
The container will simply keep/store the DB internally. The downside is it will "go away" whenever you kill your container.
You could potentially launch a mysql DB AWS RDS/serverless or a container within kubernetes.
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
The text was updated successfully, but these errors were encountered: