Skip to content

This repository offers a Dockerized deployment of Snort3 a robust network intrusion prevention system, facilitating the utilization of Snort3 for Network Functions Virtualization (NFV)

Notifications You must be signed in to change notification settings

bengo237/snort-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snort3 Docker Image CI/CD

Snort3 Docker Image 3.2.2.0

This repository offers a Dockerized deployment of Snort3, a robust network intrusion prevention system, facilitating the utilization of Snort3 for Network Functions Virtualization (NFV).

Verifying Snort Configuration

To validate the Snort configuration, execute the following command:

snort -c /usr/local/etc/snort/snort.lua 

Docker Image Usage

Note: Depending on your setup, you may require sudo for Docker commands.

To launch the Snort3 Docker container with complete network access, utilize the following command:

docker run -it --rm --net=host ghcr.io/bengo237/snort3:latest /bin/bash

In certain scenarios, you might need to append --cap-add=NET_ADMIN or --privileged to the Docker command. Nonetheless, exercising caution is advised when using --privileged since it grants all capabilities to the container, warranting careful consideration.

About

This repository offers a Dockerized deployment of Snort3 a robust network intrusion prevention system, facilitating the utilization of Snort3 for Network Functions Virtualization (NFV)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages