mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 17:22:57 +01:00
Added installation guide
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
10
README.md
10
README.md
@@ -1 +1,11 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user