Sign inSign up

martino90/tstat_docker

By martino90

Updated about 10 years ago

This Docker containts a compiled and ready to use version of Tstat (http://tstat.polito.it/)

Image
0

187

martino90/tstat_docker repository overview

This Docker contains a compiled and ready to use version of Tstat (http://tstat.polito.it/).

Tstat must sniff the traffic from the physical interface. Therefore, to use it, you must provide the container the full rights on the network. Moreover you must specify where to save log files in your host machine.

A simple way to run this docker is:

docker run --net=host -v ~/logs/:/logs martino90/tstat_docker tstat -l -i eth0 -s /logs

It sniffs the traffic from the interface eth0 and save log files in the /logs directory of the host.

Tag summary

Content type

Image

Digest

Size

199.5 MB

Last updated

about 10 years ago

docker pull martino90/tstat_docker