Latest ntopng CE or Pro with license on your side, persistent data
50K+
Based on: https://hub.docker.com/r/lucaderi/ntopng-docker I wanted persistent data.
Example
docker run -d \
--name=ntopng \
--restart always \
--network host \
-e PUID=1001 \
-e PGID=1001 \
-p 3000 \
-v /home/aerya/docker/ntop/config:/etc/ntopng \
-v /home/aerya/docker/ntop/data:/var/lib/ntopng \
aerya/ntopng:<tag>
TAGS:
Latest => latest push
3.8_Ubuntu_16.04 => Ubuntu 16.04
3.8 => Ubuntu 18.04, might not work properly as reported by users
Content type
Image
Digest
Size
200.5 MB
Last updated
almost 7 years ago
docker pull aerya/ntopng:3.8_Ubuntu_16.04