Justin
Justin
I'll start working on this on the weekend, but pull requests are definitely welcome!
Sorry it took me so long to respond, but @hanmun just brought this issue to my attention again and we were able to resolve it by following these steps (as...
Confirmed that the commit hash is wrong, and from the finch initial commit. Investigating
Since we are building socket_vment from a tarball instead of a git repo / submodule, it's picking up the commit hash from the wrong repo when this line in the...
Currently, GPU passthrough is not supported in QEMU on MacOS. It is possible that this could be added to Finch / Lima / QEMU at a later date, but there...
You can follow the example in https://github.com/runfinch/finch/issues/131 to create a postgres container and have the volume automatically created for you when you run `finch compose db up`. This volume will...
Thanks for the response Olly, that's correct. I'm going to mark this as an enhancement as it may be something we contribute back to nerdctl.
Thanks for the detailed bug report. This seems like a great addition to the finch.yaml config file. After reading your post, it does seem like defaulting to the containerd worker...
[This `updateEnvironment` function](https://github.com/runfinch/finch/blob/main/pkg/config/nerdctl_config_applier.go#L64-L80) seems to be the cause of the bug. Right now, on every boot, it just checks your VM user's `.bashrc` file to see if it contains `export...
> @pendo324 I was wondering if it would simplify things if the DOCKER_CONFIG variable was passed in as a [Env variable in the lima config](https://github.com/lima-vm/lima/blob/master/examples/default.yaml#L345)? Similar to #129 Sorry for...