Added installation guide

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2020-11-02 16:40:53 +01:00
parent 6d5a2aab34
commit 3af650a67e

View File

@@ -1 +1,11 @@
# intelmq-docker # intelmq-docker
## Fastest way to run & deploy
1. `cd ~`
0. `mkdir intelmq_logs`
0. `sudo apt update && sudo apt upgrade -y && sudo apt install docker.io git docker-compose`
0. `git clone https://github.com/waldbauer-certat/intelmq-docker.git`
0. `cd intelmq-docker`
0. `sudo docker pull certat/intelmq-full:1.0`
0. `sudo chown -R $USER:$USER example_config`
0. `sudo docker-compose up`