Hey, I am new to VirtualHere so bare with me. I am having a problem using VirtualHere with docker. The image seems to build correctly, however the container fails with a message in the logs "An existing client is not running. Start the client first so it can be connected to" From my understanding I thought I would just have to have the server downloaded and running for my specific OS (in this case windows) in order for the container to build correctly. I checked the firewall settings and the port on my computer and both are configured correctly. I am running the container off a script on VSCode where I check for a new version of VirtualHere service with the command ./vhclientx86_64 -n and followed by the command ./vhclientx86_64 -t . I guess I am just confused as to why it doesn't think the client is running do I need to download a client somewhere. I am also using the command chmod +x to make the VirtualHere client executable so I am just not sure why I am getting this error.
.
There are a few repositories on github regarding virtualhere client in docker. Perhaps start with one of them, for example https://github.com/cgnd/docker-virtualhere-client