-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we dockerize this clamd service #7
Comments
@saurabrana how you dockerized windows? |
@sherpya yes following is the content of my directory in my container Also, I am using following base image " |
if you are using x64 build you also need https://support.microsoft.com/it-it/help/2977003/the-latest-supported-visual-c-downloads |
Thanks @sherpya If I try to run freshclam directly from inside the container > it works |
are you sure the docker image has a working crypto setup? curl+openssl on windows uses windows native schannel, so you must have cloudflare root ca in your image, alternatively you can use:
in freshclam config file |
It's not Windows, but if you're interested, the upstream clamav project recently added official docker images on Docker Hub. Presently only images "unstable" (tracking the development branch) are available. The 0.104.0 version will be the first stable "official" image: https://docs.clamav.net/manual/Installing/Docker.html |
I want to install this in one of my exiting containers as a service and I am following #1, but I am getting the following error
Step 10/12 : RUN freshclam --install ---> Running in a46aaf77ca2d The command 'cmd /S /C freshclam --install' returned a non-zero code: 3221225781
The text was updated successfully, but these errors were encountered: