Sign inSign up

marvambass/freshclam

By marvambass

Updated over 8 years ago

A Docker Freshclam Volume Container, ensures that virus definitions are up to date

Image
0

10K+

marvambass/freshclam repository overview

Docker Volume Container for up to date clamav virus definitions using freshclam (marvambass/freshclam)

maintained by MarvAmBass

FAQ - All you need to know about the marvambass Containers

What is it

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

Using the marvambass/freshclam Container

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

Tag summary

Content type

Image

Digest

sha256:40dfaa672

Size

252.8 MB

Last updated

over 8 years ago

docker pull marvambass/freshclam