mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
[FIX] Fixed path issues & added inspect-container
inspect-container.sh opens a new /bin/bash inside the container to check files or other stuff like on normal linux maschines Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
12
inspect-container.sh
Executable file
12
inspect-container.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
docker run --rm -it --entrypoint /bin/bash \
|
||||
-v $(pwd)/example_config/intelmq/etc:/opt/intelmq/etc \
|
||||
-v $(pwd)/example_config/intelmq-api:/opt/intelmq_api/config \
|
||||
-v $(pwd)/intelmq_logs:/opt/intelmq/var/log \
|
||||
-v $(pwd)/example_config/intelmq/var/lib:/opt/intelmq/var/lib \
|
||||
-e "INTELMQ_IS_DOCKER=\"true\"" \
|
||||
-e "INTELMQ_PIPELINE_DRIVER=\"redis\"" \
|
||||
-e "INTELMQ_PIPELINE_HOST=$redis_ip" \
|
||||
-e "INTELMQ_PIPELINE_AMQ_HOST=$amp_ip" \
|
||||
-e "INTELMQ_REDIS_CACHE_HOST=$redis_ip" \
|
||||
intelmq-full:latest
|
||||
Reference in New Issue
Block a user