Dockerized open source antivirus for use with file sharing containers.
ClamAV daemon as a Docker image. It builds with a current virus database and
runs freshclam
in the background constantly updating the database. clamd
is listening on exposed port 3310
.
docker run -d -p 3310:3310 crobox/clamav
or linked (recommended)
docker run -d --name av crobox/clamav
docker run -d --link av:clamavd application-with-clamdscan-or-something
Inspired by work of dinkel