Sign inSign up

maxldwg/snort

By maxldwg

Updated about 5 hours ago

Image to bring snort to docker in automated and updated fashion

Image
Security
4

10K+

maxldwg/snort repository overview

Docker Image Version (tag) Docker Pulls Dynamic JSON Badge

snort-docker-image

This project offers an automatically updated docker image of snort. The installation is conducted as stated by the official documentation. Automated pipelines take care so that the most recent available snort version is containerized and available on dockerhub

Usage

The image starts a container using no special command. In order to use the snort functionalities properly, start a container with the respective snort command, as documented in the official snort documentation.

It is recommended to use the container in host network mode to allow it to run in promiscuous mode.

docker run -it --name snort \
                --network host \
                --cap-add NET_ADMIN \
                maxldwg/snort "snort --help"

Tag summary

Content type

Image

Digest

sha256:0818b459f

Size

780.7 MB

Last updated

about 5 hours ago

docker pull maxldwg/snort