Sign inSign up

darkvex/docker-ntopng

By darkvex

Updated over 8 years ago

An Ubuntu 16.04 image with ntopng stable v3.x

Image
0

10K+

darkvex/docker-ntopng repository overview

ntopng

docker-ntopng

Built from ntop.org stable V3.X package

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. This Dockerfile was modified starting from Luca Deri docker (https://github.com/lucaderi/ntopng-docker/)

Install & Run
docker pull darkvex/docker-ntopng
docker run --net=host --name ntopng --net=host -p 3000:3000 -t -i darkvex/docker-ntopng {optional params}
Examples
docker run --net=host --name ntopng -p 3000:3000 -t darkvex/docker-ntopng --community -i eth0
docker run --net=host --name ntopng -p 3000:3000 -d --restart=always darkvex/docker-ntopng -i eth0

Tag summary

Content type

Image

Digest

Size

197.5 MB

Last updated

over 8 years ago

docker pull darkvex/docker-ntopng