Skip to content

Commit 1e90c45

Browse files
Hifumi1337Hifumi1337
authored andcommitted
Fix for rst
1 parent cfdaf0a commit 1e90c45

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,14 @@ Docker Container
140140

141141
A 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

0 commit comments

Comments
 (0)