simonrupf/clamav

By simonrupf

Updated 3 months ago

Clamav daemon for use as antivirus i.e. in mail servers, based on alpine.

Image
0

605

clamd

An antivirus container image, based on alpine, running the clamav daemon for use via TCP port, i.e. in mail servers.

Software stack

  • clamd and freshclam are written in C.
  • rsync is used for signature updates.
  • busybox /bin/sh shell is used for service checks and update scheduling.

Environment variables

  • TZ: timezone used for logging, defaults to UTC

Persistent volumes

  • /var/lib/clamav: signature databases - owner 100, group 102, mode 0755

Network ports

  • 3310/tcp

Usage

make run

Stop

make clean

Build

make build

Build & run

make

Debug image contents

make debug

Docker Pull Command

docker pull simonrupf/clamav