Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QXIP/ntopng-docker
ntopng 2.x docker container
https://github.com/QXIP/ntopng-docker
Last synced: about 1 month ago
JSON representation
ntopng 2.x docker container
- Host: GitHub
- URL: https://github.com/QXIP/ntopng-docker
- Owner: QXIP
- Created: 2015-11-27T20:59:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T19:26:45.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:51:20.093Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - QXIP/ntopng-docker - ntopng 2.x docker container (others)
README
![ntopng](https://camo.githubusercontent.com/58e2a1ecfff62d8ecc9d74633bd1013f26e06cba/687474703a2f2f7777772e6e746f702e6f72672f77702d636f6e74656e742f75706c6f6164732f323031352f30352f6e746f702e706e67)
# NTOPNG 2.x
Built from [ntop.org](http://ntop.org) development packages## Introduction
ntopng is a web-based network traffic monitoring application released under GPLv3. It is the new incarnation of the original ntop written in 1998, and now revamped in terms of performance, usability, and features.
###Install & Run
```
docker pull qxip/nprobe-docker
docker run --net=host --name ntopng --net=host -p 3000:3000 -t -i qxip/ntopng-docker {optional params}
```