issues
search
secureworks
/
dalton
Suricata, Snort and Zeek IDS rule and pcap testing system
Apache License 2.0
458
stars
92
forks
source link
be able to quickly stop agent docker containers
#226
Open
rkoumis
opened
1 week ago
rkoumis
commented
1 week ago
Either
add
STOPSIGNAL SIGINT
to the agent's
Dockerfile
s ; or
in the
dalton-agent.py
catch
SIGTERM
and exit gracefully
Either
STOPSIGNAL SIGINT
to the agent'sDockerfile
s ; ordalton-agent.py
catchSIGTERM
and exit gracefully