ClamAV
Docker 应用程序 from TQ's Repository
概述
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.
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Container Path: /scan
- 目标
- /scan
- 默认值
- /path/to/scan
- 价值
- /mnt/user
Storage for freshclam updates
- 目标
- /var/lib/clamav
- 默认值
- /mnt/user/appdata/clamav
- 价值
- /mnt/user/appdata/clamav
ID of the user the application runs as.
- 目标
- USER_ID
- 默认值
- 99
- 价值
- 99
ID of the group the application runs as.
- 目标
- GROUP_ID
- 默认值
- 100
- 价值
- 100
下载统计数据
长期下载总量
详细信息
tquinnelly/clamav-alpine在Unraid 上运行 ClamAV 。
ClamAV 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。