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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T19:26:45.000Z (over 8 years ago)
- Last Synced: 2025-03-22T02:32:45.945Z (about 1 month ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- 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 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}
```