Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonish/suricata-test-builders

Suricata builders for various distributions and operating systems using Docker and Vagrant
https://github.com/jasonish/suricata-test-builders

docker suricata vagrant

Last synced: 14 days ago
JSON representation

Suricata builders for various distributions and operating systems using Docker and Vagrant

Awesome Lists containing this project

README

        

# Suricata Test Builders

## Setup

To build non x86_64 images on x86_64 qemu-multiarch must first be setup:

```
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
```

## Usage Example

```
cd fedora-35-x86_64
../run.sh --suricata-verify /path/to/suricata-verify /path/to/suricata-src
```