ATTENTION This docker image is not docker compliant. THIS is just for beta usage & information gathering. Do not run this software in production, it might break.
If you do have any questions / feedback / questions, please open an issue :)
cd ~
mkdir intelmq_logs
sudo apt update && sudo apt upgrade -y && sudo apt install docker.io git docker-compose
git clone https://github.com/waldbauer-certat/intelmq-docker.git
cd intelmq-docker
sudo docker pull certat/intelmq-full:1.0
chown -R $USER:$USER example_config
sudo docker-compose up
- Open your favourite browser -> Go to
http://127.0.0.1:1337/
If you want to build/deploy/test this container run
chmod +x build.sh
chmod +x test.sh
chmod +x publish.sh
!ATTENTATION! Only CERT.AT employee's/maintainer can publish on cerat/
repository. Change this in publish.sh
cd ~
git clone https://github.com/certtools/intelmq.git
git clone https://github.com/certtools/intelmq-manager
Now you can start making changes to source code. If you're finished and ready to test within your docker enviroment
cd ~/intelmq-docker
sudo ./build.sh
Now your docker image should be built successfully. Check for errors :)
Now lets run tests to ensure our image is ready.
sudo ./test.sh