Skip to content

docker image for pmacct (promiscuous mode traffic accountant)

Notifications You must be signed in to change notification settings

DE-IBH/pmacct-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Promiscuous mode traffic accountant

These are docker images for pmacct based on the offical Debian package.

Tagged Docker Images

Images are tagged according to the installed pmacct version. The images are based on official Debain GNU/Linux releases.

pmacct

Usage

$ 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

About

docker image for pmacct (promiscuous mode traffic accountant)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published