https://github.com/appwrite/docker-clamav
ClamAV docker image with auto database updates
https://github.com/appwrite/docker-clamav
appwrite clamav clamav-antivirus docker hacktoberfest
Last synced: 6 months ago
JSON representation
ClamAV docker image with auto database updates
- Host: GitHub
- URL: https://github.com/appwrite/docker-clamav
- Owner: appwrite
- License: mit
- Created: 2019-05-11T06:20:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T23:14:40.000Z (11 months ago)
- Last Synced: 2025-04-09T20:13:21.256Z (6 months ago)
- Topics: appwrite, clamav, clamav-antivirus, docker, hacktoberfest
- Language: Shell
- Homepage: https://appwrite.io
- Size: 58.6 KB
- Stars: 54
- Watchers: 18
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker ClamAV
[](https://appwrite.io/discord)
[](https://hub.docker.com/r/appwrite/clamav)
[](https://travis-ci.com/appwrite/docker-clamav)
[](https://twitter.com/appwrite_io)
[](https://stackshare.io/appwrite)A ClamAV docker image with auto database updates by the [Appwrite team](https://github.com/appwrite). Use this image and a compatible client library to connect to the ClamAV using a TCP connection.
## Getting Started
These instructions will cover usage information to help your run ClamAV docker image
### Prerequisities
In order to run this image you'll need docker installed.
* [Windows](https://docs.docker.com/windows/started)
* [OS X](https://docs.docker.com/mac/started/)
* [Linux](https://docs.docker.com/linux/started/)### Usage
```shell
docker run appwrite/clamav
```#### Environment Variables
This image has no environment variables.
#### Volumes
You can mount any volume you need to allow the image to scan its files.
### Build / Release
```
docker build --tag appwrite/clamav:0.0.0 .
docker push appwrite/clamav:0.0.0
```Multi-arch build (experimental using [buildx](https://github.com/docker/buildx)):
```
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le --tag appwrite/clamav:0.0.0 --push .
```## Find Us
* [GitHub](https://github.com/appwrite)
* [Discord](https://appwrite.io/discord)
* [Twitter](https://twitter.com/appwrite_io)## Copyright and license
The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)