Image to bring snort to docker in automated and updated fashion
10K+
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
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"
Content type
Image
Digest
sha256:0818b459f…
Size
780.7 MB
Last updated
about 5 hours ago
docker pull maxldwg/snort