Sign inSign up

vimagick/vnstat

By vimagick

Updated about 5 years ago

A console-based network traffic monitor

Image
7

100K+

vimagick/vnstat repository overview

vnstat

vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s).

docker-compose.yml
vnstat:
  image: vimagick/vnstat
  volumes:
    - ./data:/var/lib/vnstat
  net: host
  restart: always
up and running
docker-compose up -d
docker-compose exec vnstat bash
>>> vnstat --help
>>> vnstati --help
>>> exit

Tag summary

Content type

Image

Digest

Size

58.1 MB

Last updated

about 5 years ago

docker pull vimagick/vnstat