hnrkbkr/hse-suricata-img

By hnrkbkr

Updated 29 days ago

Suricata Docker Image

Image
Networking
Security
Monitoring & observability
0

10K+

hnrkbkr/hse-suricata-img repository overview

Private Suricata Image, for running Suricata inside a docker container in IDS-mode

Example run commands:

Detached:
docker run -dit --name suricata --cap-add=net_admin --cap-add=net_raw -e NET_INTERFACE=eth0 --network=host hnrkbkr/hse-suricata-img:latest_amd64
Attached:
docker run -it --name suricata --cap-add=net_admin --cap-add=net_raw -e NET_INTERFACE=eth0 --network=host hnrkbkr/hse-suricata-img:latest_amd64
Example docker-compose.yml:
services:
  suricata:
    image: hnrkbkr/hse-suricata-img:latest_amd64
    container_name: suricata
    
    cap_add:
      - NET_ADMIN
      - NET_RAW

    environment: 
      NET_INTERFACE: eth2

Tag summary

Content type

Image

Digest

sha256:366005719

Size

89.6 MB

Last updated

29 days ago

docker pull hnrkbkr/hse-suricata-img:8.0.5_arm64