These are docker images for pmacct based on the offical Debian package.
Images are tagged according to the installed pmacct version. The images are based on official Debain GNU/Linux releases.
-
This image is build using Debian buster and should be considered testing.
-
This image is build using Debian stretch and should be considered stable.
$ docker run --rm --net=host -v /path/to/confdir:/etc/pmacct:ro ibhde/pmacctd
# docker-compose.yml example
version: '3'
services:
pmacct:
image: ibhde/pmacct
network_mode: host
volumes:
- ./conf/pmacct:/etc/pmacct:ro
restart: always