rootless Docker MISP Container
This is a modified version of harvard-itsecurity/docker-misp.
I've splitted it up (1 Apache,1 MySQL, 1 Redis Container) , so it doesn't rely on supervisord anymore and MISP runs fully on www-data context.
git clone https://github.com/plonxyz/docker-misp.git
cd docker-misp
# modify build.sh
# Build the docker image
./build.sh
docker-compose up -d
then access your misp instance at https://FQDN:4434
Currently the MISP Modules aren't implemented yet, they will follow later on.