A ntopng container based on lucaderi/ntopng-docker and Ubuntu 14:04 images
3.1K
A ntopng container based on lucaderi/ntopng-docker and Ubuntu 14:04 images
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
Content type
Image
Digest
sha256:d30d8f43b…
Size
175.3 MB
Last updated
over 11 years ago
docker pull xdrum/ntopng