Sign inSign up

maxldwg/suricata

By maxldwg

Updated 2 days ago

Suricata base image for further adaptations and use

Image
Security
1

1.4K

maxldwg/suricata repository overview

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"

Tag summary

Content type

Image

Digest

sha256:b341a02b8

Size

1.5 GB

Last updated

2 days ago

docker pull maxldwg/suricata