0x00031337 / docker-clamav

Dockerized open source antivirus for use with file sharing containers.

Home Page:https://mko-x.github.io/docker-clamav/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-clamav

ClamAV Logo

ClamAV latest.stable

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 releases section here in the repository.

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: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.

https://mko-x.github.io/docker-clamav/

License:MIT License


Languages

Language:Dockerfile 71.2%Language:Shell 28.8%