Skip to content

Commit cfdaf0a

Browse files
Hifumi1337Hifumi1337
authored andcommitted
Added Docker info to README
1 parent 2f922ab commit cfdaf0a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

0 commit comments

Comments
 (0)