All apps · 0 apps
ClamAV
Docker app from TQ's Repository
Overview
This template is for scanning your Unraid server with clamav and clamscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the logs to see the results.
If you are having issues with permissions, you should adjust your User ID and Group ID below.
You might also need to change the permissions on the config folder.
You can do with with Docker Safe Permissions, using the built-in "NewPerms" commands, or a simple shell command.
- In the GUI
- newperms /mnt/cache/appdata/clamav
- chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/appdata/clamav && chown -R nobody:users /mnt/cache/appdata/clamav
NOTE:Option 3 above are the commands that "newperms" runs in the bg.
Readme
View on GitHubClamAV scanning Docker container based on Alpine
Usage
Documentation is available at its own site.
Including new server mode and scan mode.
Install ClamAV on Unraid in a few clicks.
Find ClamAV in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
tquinnelly/clamav-alpineRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Container Path: /scan
- Target
- /scan
- Default
- /path/to/scan
- Value
- /mnt/user
Storage for freshclam updates
- Target
- /var/lib/clamav
- Default
- /mnt/user/appdata/clamav
- Value
- /mnt/user/appdata/clamav
ID of the user the application runs as.
- Target
- USER_ID
- Default
- 99
- Value
- 99
ID of the group the application runs as.
- Target
- GROUP_ID
- Default
- 100
- Value
- 100