Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

mchus/docker-clamav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-clamav

ClamAV Logo

ClamAV latest.stable

Hub

Find new hub image: https://cloud.docker.com/repository/docker/mk0x/docker-clamav

About

Dockerized open source antivirus daemons for use with

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 itself is listening on exposed port 3310.

Releases

Find the latest releases at the official docker hub registry.

Known Forks

Usage

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

or linked (recommended)

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

docker-compose

See example with Nextcloud at docker-compose.yml.

About

Dockerized open source antivirus for use with file sharing containers, REST API or TCP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 73.9%
  • Shell 26.1%