Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iolave/docker-clamav

Docker image that spin up a ClamAV daemon instance inside a docker container allowing to build services around it
https://github.com/iolave/docker-clamav

clamav clamd clamscan docker image malware malware-analysis

Last synced: about 2 months ago
JSON representation

Docker image that spin up a ClamAV daemon instance inside a docker container allowing to build services around it

Awesome Lists containing this project

README

        

# ClamAV daemon docker image

This image spins up a ClamAV daemon instance allowing to build services alongside it with tools like the [nodejs clamscan package](https://www.npmjs.com/package/clamscan).

- Feel free to experiment modifying the `./config/fresclam.conf` file for your needs.
- Docker envs are not yet supported for clamav related settings (`fresclam.conf` and `clamd.conf` files).
- Exposes port `3310`.

## Usage
### Build locally
Clone this repository or download the [latest release](https://github.com/iolave/docker-clamav/releases/latest) and run the following docker build command:

```bash
docker build -t iolave/clamav .
```

### Pre-build image
```bash
docker run -p 3310:3310 iolave/clamav
```

## Tags
View available tags in the [docker hub repo](https://hub.docker.com/r/iolave/clamav/tags).