Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.25 KB

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