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

Dockerized open source antivirus for use with file sharing containers.

License

Notifications You must be signed in to change notification settings

crobox/docker-clamav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-clamav

ClamAV latest.stable

About

Dockerized open source antivirus for use with file sharing containers.

Description

ClamAV daemon as a Docker image. It builds with a current virus database and runs freshclam in the background constantly updating the database. clamd is listening on exposed port 3310.

Usage

docker run -d -p 3310:3310 crobox/clamav

or linked (recommended)

docker run -d --name av crobox/clamav
docker run -d --link av:clamavd application-with-clamdscan-or-something

More Info

Inspired by work of dinkel

About

Dockerized open source antivirus for use with file sharing containers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%