ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
This image is based on Alpine Linux.
Example:
docker run -d --name clamav -p 3310:3310 geekduck/clamavd
link:
docker run -d --name clamav geekduck/clamavd
docker run -d --link clamav:clamav some_app