docker-clamav

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

Github stars Tracking Chart

docker-clamav

ClamAV Logo

ClamAV latest.stable

Optimized

Try the alpine based version:

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

Alpine version reduces foot print to something about 10%.

Hub

Find new hub image at hub.docker.com

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.

Environment VARs

Thanks to @mchus proxy configuration is possible.

  • HTTPProxyServer: Allows to set a proxy server
  • HTTPProxyPort: Allows to set a proxy server port

Releases

Find the latest releases at the official docker hub registry.

Known Forks

Usage

Debian Buster Slim (default, :latest, :buster-slim)

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

Alpine (:alpine)

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

or linked (recommended)

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

docker-compose

See example with Nextcloud at docker-compose.yml.

Overview

Name With Ownermko-x/docker-clamav
Primary LanguageShell
Program languageShell (Language Count: 2)
Platform
License:MIT License
Release Count2
Last Release Namestretch-slim (Posted on )
First Release Namejessie (Posted on )
Created At2015-01-31 01:42:09
Pushed At2023-11-03 15:32:26
Last Commit At2022-10-05 00:27:56
Stargazers Count218
Watchers Count12
Fork Count154
Commits Count300
Has Issues Enabled
Issues Count108
Issue Open Count4
Pull Requests Count62
Pull Requests Open Count0
Pull Requests Close Count24
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top