Docker: Difference between revisions

m
(→‎Nginx: added ntop)
m (→‎Ntop: m)
Line 137:
Downloading and installing image first time
docker pull lucaderi/ntopng-docker
docker run --net=host --name ntopng -t -i lucaderi/ntopng-docker ntopng -v
 
Let it run for few minutes.<br/>
Now press COntrolControl+C keys to terminate the process.<br/>
Now to start it type the below command:
docker start ntopng