Jeremy

Results 13 comments of Jeremy

I am interested in taking this on but curious about what the end result might look like. The simple path forward is a Colima process per vm, most configurations are...

I spent some time this weekend and got to what I would consider a draft PR. However, this same library is used to launch a few other daemons, and I...

@abiosoft no worries at all, it was a nice little weekend adventure. btw, do you use vscode for debugging? If you do would you mind sharing the debug configuration? I...

I am using a copy of the script from main at the moment. As of today there is a tag for `1.18.1` on the git repo, but no corresponding release....

> For some reason `((breakfix=breakfix-1))` is causing the script to exit with `set -e` in the fallback logic. No idea why. Will work on a fix. I was about to...

So maybe I am too quick here, your PR did work for me locally. Thanks for being so responsive.

I think its a good idea to have a sample for docker-compose in swarm mode. These two settings have different meanings: BIND_ON_IP is the local IP address to bind on....

This is the functionality from Kubernetes that enables this to work. https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/ I so far haven't been able to locate the docker equivalent. A DNS name is not going to...

Without containers and on a local system using `127.0.0.1` with different unique ports in the services section. Docker in swarm mode is where the problem occurs. You do not `need`...

I was just hitting this issue, exact same symptoms and configuration. I added dns entries to the docker-compose and now all is working. This happened to be the only container...