Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amrabed authored Mar 14, 2017
1 parent 9fce96c commit 4b9cdde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# RHIDS
[![Build Status](https://travis-ci.org/amrabed/rhids.svg)](https://travis-ci.org/amrabed/rhids)

Host-based Intrusion Detection System for Linux Containers<a href="#footnote" id="ref"><sup>*</sup></a>

To use `rhids`, please make sure you have [`strace-docker`](https://github.com/amrabed/strace-docker) installed. `rhids` depends on [`strace-docker`](https://github.com/amrabed/strace-docker) for collecting system calls from running containers.

## Usage
### Basic install
git clone https://github.com/amrabed/rhids && sudo ./rhids/install
sudo rhids -h
### Using Docker
docker run -it -v /var/log/strace-docker:/var/log/strace-docker amrabed/rhids


<a id="footnote" href="ref"><sup>*</sup></a> Implemented as part of my Ph.D. dissertation research. See [this paper](https://arxiv.org/abs/1611.03056) for more details

0 comments on commit 4b9cdde

Please sign in to comment.