docker-clamav icon indicating copy to clipboard operation
docker-clamav copied to clipboard

Docker antivirus software with monitoring and customizable features

Results 9 docker-clamav issues
Sort by recently updated
recently updated
newest added

### Summary When attempting to run tiredofit/clamav:latest on Azure Container Instance I get the error "s6-overlay-suexec: fatal: can only run as pid 1" as the container is starting and then...

bug

### Summary Every time the container starts, the `freshclam.conf` is overwritten. ### Steps to reproduce Modify the freshclam config file Restart the container ### What is the expected *correct* behavior?...

bug

### Summary clamav pod is runnning but clamscan command cann't be executed problem ### Steps to reproduce root@vplx2kn1:~/fred_yaml# cat clamav_2.yaml apiVersion: v1 kind: Pod metadata: name: clamav4 spec: containers: -...

bug

### Summary The EXCLUDE_PUA ENV Var is ignored. EXCLUDE_PUA=Win,Packed,NetTool,PWTool ### Steps to reproduce Added the environment into my Pointainer Stack and rebuild the Docker-ClamAV container. After starting up I do...

bug

If I mount a folder and start a scan periodically, what will be done with the files caught? Deleted, moved to a special folder?

Can you give me an example? https://www.clamav.net/documents/clamav-virus-database-faq ![image](https://user-images.githubusercontent.com/26161015/89050725-c5bf9680-d385-11ea-8916-e91279b5319b.png)

![image](https://user-images.githubusercontent.com/26161015/86553863-80729980-bf7e-11ea-8ab6-3a7934ec914e.png) docker exec -it 4d5db507fca9 bash ![image](https://user-images.githubusercontent.com/26161015/86553897-9bdda480-bf7e-11ea-8968-911f4ef7dd90.png)

Hi! I tired to configure clamav via the environment properties you specified in the list, and, ah, it looks like these properties are basically ignored. ``` bash-4.4# printenv MAX_SCAN_SIZE=3000M MAX_FILE_SIZE=3000M...