Skip to content

FlatKey/docker-clamav-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClamAV

ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

ClamAV Docker Image

This image is based on Alpine Linux and provides milter service.

Usage

Example:

docker run -d --name clamav -p 3310:3310 -p 7357:7357 flatkey/clamav-alpine

link:

docker run -d --name clamav flatkey/clamav-alpine
docker run -d --link clamav:clamav some_app

About

ClamAV docker image on alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.6%
  • Shell 44.4%