GithubHelp home page GithubHelp logo

adam133 / docker-clamavd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dinkel/docker-clamavd

0.0 0.0 0.0 6 KB

ClamAV daemon as a Docker image

License: MIT License

Shell 18.85% Dockerfile 81.15%

docker-clamavd's Introduction

docker-clamavd

ClamAV daemon as a Docker image. It builds with a current virus database and runs freshclam in the background constantly updating the database. clamd is listening on exposed port 3310.

Usage

docker run -d -p 3310:3310 dinkel/clamavd

or linked (this is how I use it)

docker run -d --name clamavd dinkel/clamavd
docker run -d --link clamavd:clamavd application-with-clamdscan-or-something

Configuration (environment variables)

None at the moment.

Data persistence

It has been a design decision to discard exporting the virus database to a data volume as it will be always be brought up-to-date (quite quickly) upon starting a new container.

Explaining run.sh

This is a poor man's supervisord. It is my strong (but not so much challenged) belief, that there shouldn't be yet another process manager (Docker has one, CoreOS has one (with fleet and systemd).

The only thing this script does is watching its forked (background) processes and as soon as one dies, it terminates all the others and exits with the code of the first dying process.

Todo

  • Make sure my little script above works in all circumstances. I know that when omitting the -d one cannot stop the process using <Ctrl><c>.

  • Make sure all logs are written to stdout or stderr.

docker-clamavd's People

Contributors

dinkel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.