Skip to content

batmat/docker-clamscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClamAV scanning Docker image

This image provides a very simple way to run clamscan on your machine.

It will always update the ClamAV Database, by using the standard freshclam before running clamscan.

How to use

docker run -ti \
           -v clamav-db:/var/lib/clamav \
           -v ~/dev/github/batmat/devbox:/toscan:ro \
           batmat/clamscan -i
Note
the -v clamav-db:/var/lib/clamav line above is mostly a nice to have, but will save you some time (~2 minutes on my not-so-fast Internet access) to not download the update antivirus DB from scratch each time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published