An Ubuntu 16.04 image with ntopng stable v3.x
10K+
Built from ntop.org stable V3.X package
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/)
docker pull darkvex/docker-ntopng
docker run --net=host --name ntopng --net=host -p 3000:3000 -t -i darkvex/docker-ntopng {optional params}
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
Content type
Image
Digest
Size
197.5 MB
Last updated
over 8 years ago
docker pull darkvex/docker-ntopng