Automated Security Onion for the Raspberry Pi. (https://github.com/hwegge2/rpi-security-onion)
This repository contains the Dockerfile for setting up a Security Onion on a Raspberry Pi.
- git clone (https://github.com/hwegge2/rpi-security-onion)
- cd rpi-security-onion
- No Defined Authentication
- User Defined Authentication
- Custom Workspace directory via mounting Volume containers
- Automated Build Process
[resin/rpi-raspbian:wheezy] (https://hub.docker.com/r/resin/rpi-raspbian/)
Download the automated build from the Docker Hub Registry:
docker pull hwegge2/rpi-security-onion
You can also build an image from the Dockerfile:
docker build -t="$USER/rpi-security-onion" github.com/hwegge2/rpi-security-onion .
Start up the container
docker run --name rpi-security-onion --rm -ti hwegge2/rpi-security-onion