Sign inSign up

ibhde/pmacct

By ibhde

•Updated almost 7 years ago

Promiscuous mode traffic accountant based on the official Debian packages.

Image
0

1.3K

ibhde/pmacct repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

48 MB

Last updated

almost 7 years ago

docker pull ibhde/pmacct