Skip to content

maldwg/suricata-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Version (tag) Docker Pulls Dynamic JSON Badge

suricata-docker-image

Project to package suricata into a ubuntu based docker image. The installation is conducted as stated by the official documentation.

Usage

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

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

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

About

A repository to dockerize suricata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors