Replies: 1 comment
-
Suricata-Update can run inside the container, but you still have to execute on your own. Just adding cron to the container is not enough. Say you have Suricata running in a container:
from outside the container you can do something like:
If watching the output of the Suricata container you will see that Cron is already installed, so you could extend the image, add the relevant cron files to run Suriata-Update and then start cron after your Suricata container is started:
But this isn't provided out of the box. Its up to the user to work into their own container orchestration, at least for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'd like to know if there is a way to run suricata-update inside the container.
I tried to extend the base image installing the crontab package, but I think the crond process is not running.
Do you have any advice to make it work?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions