You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a plugin container as web server, like "docker run -d -p 3993:3993 malice/clamav web".
I found the container always exit after submit many files.
I check the log, it looks like disk is full....
time="2019-03-11T13:25:40Z" level=info msg="web service listening on port :3993"
time="2019-03-12T04:25:23Z" level=fatal msg="write /malware/web_876481929: no space left on device"
so, I check the code of scan.go, I think this is a bug.
When I create a plugin container as web server, like "docker run -d -p 3993:3993 malice/clamav web".
I found the container always exit after submit many files.
I check the log, it looks like disk is full....
so, I check the code of scan.go, I think this is a bug.
The text was updated successfully, but these errors were encountered: