mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
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