1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/snort/README.md

17 lines
336 B
Markdown
Raw Normal View History

2015-09-03 02:08:27 +00:00
snort
=====
2015-09-02 17:58:29 +00: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 02:08:27 +00:00
## Quick Start
```
$ alias snort='docker run --rm --net host -v `pwd`:/work -w /work vimagick/snort'
$ snort -vde
```
2015-09-02 17:58:29 +00:00
[1]: https://snort.org/