eliasgranderubio / dagda

a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities
Apache License 2.0
1.15k stars 160 forks source link

Is it possible to run dagda as a container? #76

Closed sarathm32 closed 4 years ago

sarathm32 commented 4 years ago

Short description

I was trying to run dagda as a container rather than directly run it on the host.

I was able to successfully run dagda directly on the host following the steps mentioned. But is it possible to run it in a container so that I don't have to install all the python requirements on the host.

There is a dagda container 3grander/dagda. Is it possible to start dagda inside this container and connect to the db in the mongo contaner.

Just want to know if this is possible.

On which platforms did you notice this:

Please complete the following information:

eliasgranderubio commented 4 years ago

Hi @sarathm32 ,

You have an example in the docker-compose.yml. If you already have a MongoDB, you only need run the dagda docker container modifying the entrypoint with the correct MongoDB endpoint.

Regards.