File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,3 +134,24 @@ Issues and pull requests are welcomed. Please keep Python code PEP8 compliant. B
134134.. _ThreatIngestor walkthroughs : https://inquest.net/taxonomy/term/42
135135.. _RSS config file : https://github.com/InQuest/ThreatIngestor/blob/master/rss.example.yml
136136.. _labs.inquest.net/iocdb : https://labs.inquest.net/iocdb
137+
138+ Docker Container
139+ ------------
140+
141+ A Dockerfile is now available for running ThreatIngestor within a Docker container.
142+
143+ First, you'll need to build the container:
144+
145+ ```
146+ docker build . -t threat
147+ ```
148+
149+ After that, you can mount the container for use using this command:
150+ ```
151+ docker run -it --mount type=bind,source=/,target=/dock threat /bin/bash
152+ ```
153+
154+ After you've mounted the container, and you're inside of the `/bin/bash ` shell, you can run the threatingestor like normal:
155+ ```
156+ threatingestor config.yml
157+ ```
You can’t perform that action at this time.
0 commit comments