Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Andrew C Aitchison via clamav-users
On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: ClamD setup in the docker container is: `/run/clamav/clamd.socket` Which is bound to `/tmp/clamd.socket` on the host MacOS. The following works from inside of the container: `clamdtop ‘/run/clamav/clamd.socket’` The fo

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread G.W. Haywood via clamav-users
Hi there, On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Oct 10, 2021, at 11:35 AM, G.W. Haywood via clamav-users wrote: On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Fri, 8 Oct 2021, Taylor Schley via clamav-users wrote: I have setup clamav using the docker c

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Taylor Schley via clamav-users
Here is the response: 2021/10/10 12:14:57 socat[38274] E connect(5, LEN=19 AF=1 "/tmp/clamd.socket", 19): Connection refused > On Oct 10, 2021, at 11:35 AM, G.W. Haywood via clamav-users > wrote: > > Hi there, > > On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: >>> On Fri, 8 Oct

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread G.W. Haywood via clamav-users
Hi there, On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Fri, 8 Oct 2021, Taylor Schley via clamav-users wrote: I have setup clamav using the docker container available on Docker Hub. Clamd is running with in the container and the socket path is mounted, however when I attempt t

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Taylor Schley via clamav-users
ClamD setup in the docker container is: `/run/clamav/clamd.socket` Which is bound to `/tmp/clamd.socket` on the host MacOS. The following works from inside of the container: `clamdtop ‘/run/clamav/clamd.socket’` The following does not work on the host MacOS. `clamdtop ‘/

Re: [clamav-users] Docker Connection Refused on Host

2021-10-08 Thread G.W. Haywood via clamav-users
Hi there, On Fri, 8 Oct 2021, Taylor Schley via clamav-users wrote: I have setup clamav using the docker container available on Docker Hub. Clamd is running with in the container and the socket path is mounted, however when I attempt to run `clamdtop` on the host computer I receive a connection

[clamav-users] Docker Connection Refused on Host

2021-10-08 Thread Taylor Schley via clamav-users
Hi, I have setup clamav using the docker container available on Docker Hub. Clamd is running with in the container and the socket path is mounted, however when I attempt to run `clamdtop` on the host computer I receive a connection refused response. _