Skip to content

Dockerized open source antivirus for use with file sharing containers.

License

Notifications You must be signed in to change notification settings

john-forrest/docker-clamav-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-clamav

ClamAV Logo

ClamAV latest.stable

About

Dockerized open source antivirus daemons for use with

  • file sharing containers like ownCloud or
  • to use it via a REST proxy like @solita made clamav-rest or
  • to directly connect to clamav via TCP port 3310

Description

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

Usage

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

or linked (recommended)

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

docker-compose

See example with OwnCloud at docker-compose.yml.

More Info

Inspired by work of dinkel

About

Dockerized open source antivirus for use with file sharing containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%