File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,18 +140,14 @@ Docker Container
140140
141141A Dockerfile is now available for running ThreatIngestor within a Docker container.
142142
143- First, you'll need to build the container:
143+ First, you'll need to build the container::
144144
145- ```
146- docker build . -t threat
147- ```
145+ docker build . -t threat
148146
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- ```
147+ After that, you can mount the container for use using this command::
153148
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- ```
149+ docker run -it --mount type=bind,source=/,target=/dock threat /bin/bash
150+
151+ After you've mounted the container, and you're inside of the `/bin/bash ` shell, you can run the threatingestor like normal::
152+
153+ threatingestor config.yml
You can’t perform that action at this time.
0 commit comments