Vishwas Siravara
Vishwas Siravara
> What's the current status of this? I think this PR is good. I am still working on the PR to fix the `stop` to free binded ports on stop.
Finch is an opinionated distribution of open source container development tools (inc nerdctl / lima / containerd) as shown in the Finch [architecture](https://runfinch.com/architecture/macos/). colima, while based on similar tools, is...
Hi @ekielley , thanks for trying finch. It looks like OpenSearch [hardcodes the path to docker binaries ](https://github.com/opensearch-project/OpenSearch/blob/8e5e54b3a0d4e9c49f6ff062af361cf88ec76322/buildSrc/src/main/java/org/opensearch/gradle/docker/DockerSupportService.java#L70). I have opened a ticket in OpenSearch to support finch https://github.com/opensearch-project/OpenSearch/issues/9933
@sudopablosilva Thanks for the PR. Overall LGTM, just please fix the failed checks.
Hi Andrea, Thanks for trying out finch. I suspect the user `andrea` does not have write permissions on `/Users/andreacatalucci`. Are you able to create a file in `/Users/andreacatalucci` as `andrea`?...
Thanks for providing more details. >For starters, i think there's a bug in the fact that colima doesn't use my actual home folder, but seems to use my username to...
Thanks for providing further details. I was able to reproduce this after following this [post](https://apple.stackexchange.com/questions/99298/change-users-home-directory) to change my home directory. Merely changing env `HOME` did not help to reproduce this...