Docker Snort 3.x – network intrusion detection system (NIDS) installation & config & logging & rule writing

# docker pull ciscotalos/snort3
# docker run –name snort3 -h snort3 -u snorty -w /home/snorty -d -it ciscotalos/snort3 bash
# docker exec -it snort3 bash
# docker kill snort3

Leave a Reply

You must be logged in to post a comment.