Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iolave/docker-clamav
- Owner: iolave
- License: apache-2.0
- Created: 2024-04-16T20:29:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:09:25.000Z (5 months ago)
- Last Synced: 2024-11-06T23:24:00.041Z (3 months ago)
- Topics: clamav, clamd, clamscan, docker, image, malware, malware-analysis
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/iolave/clamav
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).