https://github.com/hyperized/docker-freshclam
A simple ClamAV Freshclam Daemon docker instance based on Alpine
https://github.com/hyperized/docker-freshclam
Last synced: 11 months ago
JSON representation
A simple ClamAV Freshclam Daemon docker instance based on Alpine
- Host: GitHub
- URL: https://github.com/hyperized/docker-freshclam
- Owner: hyperized
- License: mit
- Created: 2018-12-03T09:49:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T14:51:34.000Z (about 6 years ago)
- Last Synced: 2025-01-06T00:42:16.260Z (about 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-freshclam
A simple ClamAV Freshclam daemon docker instance based on Alpine
### To pull container
```docker pull hyperized/freshclam```
### To build container
```docker build -t freshclam .```
### To run container
```docker run hyperized/freshclam```
Inspired by: [mko-x/docker-clamav](https://github.com/mko-x/docker-clamav)