docker-misp icon indicating copy to clipboard operation
docker-misp copied to clipboard

Automated Docker MISP container - Malware Information Sharing Platform and Threat Sharing

Results 7 docker-misp issues
Sort by recently updated
recently updated
newest added

I getting this error. [admc1jac@apdstvmmips01 container]$ sudo docker run -it -d \ > -p 443:443 \ > -p 80:80 \ > -p 3306:3306 \ > -p 6666:6666 \ > -v...

When MISP is started, application logs by default are located at /var/www/MISP/app/tmp/logs, I have changed bootstrap.php to use Console log instead of file log. However it could be because of...

The image created is called `harvarditsecurity/misp` instead of `harvarditsecurity/docker-misp`, as defined in the `build.sh` file, so it's just a simple update to the docs.

Moving ARG to the places where they are first used to get better Docker layer reuse. Putting ARG at top of Dockerfile prevent layer re-use.

removed git clone before install, since pip can install directly from git. Also put them in one run, that stops if any of them fails

&& continues the run if the previous command executed correctly, where ; does not and can cause problems

### The MISP Docker project is created and maintained by: Harvard University's Security Architecture and Engineering team (https://github.com/harvard-itsecurity/docker-misp) ### Please [OPEN ALL NEW ISSUES](https://github.com/harvard-itsecurity/docker-misp/issues/new), on the Harvard IT Security github...