longfeide2008
longfeide2008
> @mebuis 我准备做一套基于 NIM Duilib 的教程,届时会重新梳理一个课程目录,谢谢你对我的肯定。 什么时候会有教程
> It's meant to operate as a daemon for other applications to pass their files to and have it respond with either good/bad. > You could certainly use it for...
> Yes, that's what I was saying: You could try this as a command line example > `docker run -it -v /home/lonefeide2008:/scan tiredofit/clamav:latest bash` > > Then when inside you...
> 正确的是,该容器旨在在首次安装时下载数据库,并且如果公开适当的卷(/数据),该容器将保留下来。我们从哪里下载定义是硬编码的,但是我可以为此添加一个环境变量,但是我不确定我们还能从哪里获得它们。明天会这样做。 Thank you very much
Does this container have exposed APIs that can be used
Is this project used correctly? https://github.com/eliasgranderubio/dagda/blob/master/dagda/analysis/static/av/malware_extractor.py 
> I'm not so great with Python unfortunately. From my limited view should be correct? The result of my test is a failure
> WRT to an API. We do expose port 3310 as a socket to take parameters. Thats the original intent of the container. If you research the way that Clam...
> > 是的,这就是我的意思:您可以尝试将其作为命令行示例 > > `docker run -it -v /home/lonefeide2008:/scan tiredofit/clamav:latest bash` > > 然后在内部时,将对`clamscan`容器运行可执行`/scan`文件,该文件夹将是容器外部的主目录。 > > 我发现一个问题,默认情况下没有病毒数据库。我是中国用户,但是这里的下载速度非常慢。我应该如何解决? Is it supported now?