mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 17:22:57 +01:00
Develop guide md update
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
Just start coding or pull your bots repository in ,/mybots folder
|
Just start coding or pull your bots repository in ,/mybots folder
|
||||||
|
|
||||||
|
|
||||||
### How to install and look yours bots runnig
|
### How to install and look yours bots runnig
|
||||||
|
|
||||||
|
|
||||||
@@ -24,7 +23,7 @@ Just run /opt/dev/update.sh in the container:
|
|||||||
|
|
||||||
When you do this:
|
When you do this:
|
||||||
|
|
||||||
* Yours BOTS files will be mixed with intelmq original BOTS
|
* Yours BOTS files will be mixed with intelmq original BOTS and the copied to runtime environment
|
||||||
* Yours bots will be installed
|
* Yours bots will be installed
|
||||||
|
|
||||||
### Additional environment variables
|
### Additional environment variables
|
||||||
@@ -33,3 +32,14 @@ Check options in docker-compose-dev.yml:
|
|||||||
|
|
||||||
* LOG_MAIL_* -> these variables add support for mail handler (to tell intelmq to notificate you errors using email)
|
* LOG_MAIL_* -> these variables add support for mail handler (to tell intelmq to notificate you errors using email)
|
||||||
* ENABLE_BOTNET_AT_BOOT: true/false, to configure if bot has to start at docker boot or not.
|
* ENABLE_BOTNET_AT_BOOT: true/false, to configure if bot has to start at docker boot or not.
|
||||||
|
|
||||||
|
|
||||||
|
## For deploy your already developed bots
|
||||||
|
|
||||||
|
Just clone your bots git to ./mybots and run the container
|
||||||
|
|
||||||
|
For example, using https://github.com/CERTUNLP/intelmq-bots:
|
||||||
|
|
||||||
|
1. `git clone https://github.com/CERTUNLP/intelmq-bots mybots`
|
||||||
|
0. `docker-compose -f docker-compose-dev.yml up`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user