Docker images for Clamav ICAP
4.4K
This container provides a lightweight Debian-based image that runs ClamAV integrated with c-icap for virus scanning over ICAP. It's suitable for use with proxies (like Squid) that support ICAP for content filtering.
debian:bookworm-slimclamavclamav-daemonc-icaplibicapapi-devlibc-icap-mod-virus-scanfreshclam at build timeentrypoint.sh for container initializationThe container exposes two ICAP services on port 1344:
avscan - Main antivirus scanning servicesrv_clamav - Legacy service name (maintained for backward compatibility)Once the container is running, you can access the ICAP services at:
icap://localhost:1344/avscanicap://localhost:1344/srv_clamavBy default, the service runs on port 1344. To use a different port:
docker run -d \
--name clamav-icap \
-p 8080:1344 \
opencloudeu/clamav-icap
docker build -t clamav-c-icap .
Content type
Image
Digest
sha256:f141c60e5…
Size
296.3 MB
Last updated
about 1 year ago
docker pull opencloudeu/clamav-icap