Sign inSign up

simonrupf/clamav

By simonrupf

Updated 2 months ago

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

Image
0

8.3K

simonrupf/clamav repository overview

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

Tag summary

Content type

Image

Digest

sha256:75979c4a4

Size

22.9 MB

Last updated

2 months ago

docker pull simonrupf/clamav