1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/snort/README.md

17 lines
336 B
Markdown
Raw Normal View History

2015-09-03 04:08:27 +02:00
snort
=====
2015-09-02 19:58:29 +02:00
![](https://badge.imagelayers.io/vimagick/snort:latest.svg)
[`Snort`][1] is an open source intrusion prevention system capable of real-time
traffic analysis and packet logging.
2015-09-03 04:08:27 +02:00
## Quick Start
```
$ alias snort='docker run --rm --net host -v `pwd`:/work -w /work vimagick/snort'
$ snort -vde
```
2015-09-02 19:58:29 +02:00
[1]: https://snort.org/