Sign inSign up

xdrum/ntopng

By xdrum

Updated over 11 years ago

A ntopng container based on lucaderi/ntopng-docker and Ubuntu 14:04 images

Image
0

3.1K

xdrum/ntopng repository overview

xdrum/docker-ntopng

ntopng container

A ntopng container based on lucaderi/ntopng-docker and Ubuntu 14:04 images

Notes

  • By default the container will expose the ntopng webinterface on port tcp/3000.
  • Datadir lives on volume /var/lib/ntop.

Usage

Basic usage, fire up an instance with web interface available on port 3000:

$ docker run -ti --rm -p 192.168.1.1:3000:3000 xdrum/ntopng

An instance with web interface available on port 8080 connecting to an endpoint (tcp://1.2.3.4:5555):

$ docker run -ti --rm -p 127.0.0.1:8080:8080 xdrum/ntopng \
  -i tcp://1.2.3.4:5555 \
  -w 8080 \
  -v

Tag summary

Content type

Image

Digest

sha256:d30d8f43b

Size

175.3 MB

Last updated

over 11 years ago

docker pull xdrum/ntopng