Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 1012 Bytes

ClamAV daemon docker image

This image spins up a ClamAV daemon instance allowing to build services alongside it with tools like the nodejs clamscan package.

  • Feel free to experiment modifying the ./config/fresclam.conf file for your needs.
  • Docker envs are not yet supported for clamav related settings (fresclam.conf and clamd.conf files).
  • Exposes port 3310.

Usage

Build locally

Clone this repository or download the latest release and run the following docker build command:

docker build -t iolave/clamav .

Pre-build image

docker run -p 3310:3310 iolave/clamav

Tags

View available tags in the docker hub repo.