A Docker Freshclam Volume Container, ensures that virus definitions are up to date
10K+
maintained by MarvAmBass
FAQ - All you need to know about the marvambass Containers
This Dockerfile (available as marvambass/freshclam) gives you a volume container with a running freshclam daemon. So it's ensured that you'll have up to date virus definitions for clamav in one place for several Docker containers.
View in Docker Registry marvambass/freshclam
View in GitHub MarvAmBass/docker-freshclam
First start the volume container and give it a meaningful name
docker run -d --name freshclam marvambass/freshclam
Now you can use the virus definitions in several containers using the following command
docker run -i -t --volumes-from freshclam ubuntu:14:04 /bin/bash
Content type
Image
Digest
sha256:40dfaa672…
Size
252.8 MB
Last updated
over 8 years ago
docker pull marvambass/freshclam