Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages