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
派生數152
提交數300
已啟用問題?
問題數110
打開的問題數6
拉請求數62
打開的拉請求數0
關閉的拉請求數24
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?