A nprobe container based on lucaderi/ntopng-docker and Ubuntu 14:04 images
4.1K
A nprobe container based on lucaderi/ntopng-docker and Ubuntu 14:04 images
Launch the probe using the defaults [--collector-port 2055]:
$ docker run -ti --rm xdrum/nprobe
Launch the probe passing custom arguments and using host network stack:
$ docker run -ti --rm --net=host xdrum/nprobe nprobe \
--collector-port 2056 \
--zmq tcp://*:5555 \
-i none
Launch the probe passing custom arguments and mapping some port mappings:
$ docker run -ti --rm -p 192.168.1.1:2056:2056 -p 127.0.0.1:5555:5555 xdrum/nprobe nprobe \
--collector-port 2056 \
--zmq tcp://*:5555 \
-i none
Content type
Image
Digest
sha256:87ec2a57f…
Size
182.7 MB
Last updated
over 11 years ago
docker pull xdrum/nprobe