docker-clamav

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

Github星跟踪图

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.

主要指标

概览
名称与所有者mko-x/docker-clamav
主编程语言Shell
编程语言Shell (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2015-01-31 01:42:09
推送于2023-11-03 15:32:26
最后一次提交2022-10-05 00:27:56
发布数2
最新版本名称stretch-slim (发布于 )
第一版名称jessie (发布于 )
用户参与
星数231
关注者数11
派生数151
提交数300
已启用问题?
问题数110
打开的问题数6
拉请求数62
打开的拉请求数0
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?