ClamAV

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.

  1. In the GUI
  2. newperms /mnt/cache/appdata/clamav
  3. 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.

ClamAV scanning Docker container based on Alpine

ClamAV

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.

Open the Apps tab on your Unraid server Search Community Apps for ClamAV Review the template variables and paths Click Install

Download Statistics

1,405,910
Total Downloads
13,001
This Month
8,310
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
tquinnelly/clamav-alpine
Last Updated2026-06-18
First Seen2019-07-04

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

Folder to ScanPathro

Container Path: /scan

Target
/scan
Default
/path/to/scan
Value
/mnt/user
ClamAV SignaturesPathrw

Storage for freshclam updates

Target
/var/lib/clamav
Default
/mnt/user/appdata/clamav
Value
/mnt/user/appdata/clamav
User IDVariable

ID of the user the application runs as.

Target
USER_ID
Default
99
Value
99
Group IDVariable

ID of the group the application runs as.

Target
GROUP_ID
Default
100
Value
100