Skip to content

Commit

Permalink
Minor Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcpsec committed Feb 3, 2015
1 parent 529ee0f commit 31cd5b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -93,6 +93,8 @@ pip install -r requirements.txt

At this point you should be ready to run Combine.

We also have a [dockerfile](https://github.com/mlsecproject/combine/tree/master/docker) available.


### Exporting to CRITs

Expand All @@ -107,7 +109,7 @@ crits_campaign = combine
crits_maxThreads = 10
```
Make sure you have the campaign created on CRITs before exporting the data. The `confidence` field is being
set as `medium` throughout the export by default.
set as `medium` throughout the export by default.

Thanks to [@paulpc](https://github.com/paulpc) for implementing this feature and [@mgoffin](https://github.com/mgoffin) for moral support ;).

Expand Down
8 changes: 6 additions & 2 deletions docker/README.md
Expand Up @@ -3,6 +3,10 @@
A simple Dockerfile for running [Combine](https://github.com/mlsecproject/combine). Also on [Docker Hub](https://registry.hub.docker.com/u/technoskald/combine/).

If you prefer to use the Docker file rather than pull from the Docker hub, then run with something like:
- `sudo docker build .`
```
sudo docker build .
```
Then note the ID at the end and run:
- `sudo docker run --rm -v \`pwd\`/harvest.csv:/combine/harvest.csv IDHERE`
```
sudo docker run --rm -v \`pwd\`/harvest.csv:/combine/harvest.csv IDHERE`
```

0 comments on commit 31cd5b9

Please sign in to comment.