Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
/ docker-clamavd Public archive

ClamAV daemon within an Alpine based Docker image

License

Notifications You must be signed in to change notification settings

forward3d/docker-clamavd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-clamavd

ClamAV daemon within an Alpine based Docker image so you can scan files remotely. It uses supervisord to run both the freshclam virus definition updater and the clamav anti-virus processes within the single container. During the build we add virus definitions so that no matter what the container will start with some protections, but upon starting immediately tries to update them.

Usage

Start the container...

docker run -d -p 3310:3310 --name clamavd forward3d/clamavd

To scan a file with the container you must have configured your local ClamAV installation with something like...

TCPSocket 3310
TCPAddr clamavd

Then it's simply...

clamdscan eicar2.zip

Releases

No releases published

Packages

No packages published