finch icon indicating copy to clipboard operation
finch copied to clipboard

The Finch CLI an open source client for container development

Results 168 finch issues
Sort by recently updated
recently updated
newest added

**What is the problem you're trying to solve?.** With Finch on Windows if the user has WSL configured in [networkingMode=mirrored](https://learn.microsoft.com/en-us/windows/wsl/networking#mirrored-mode-networking) then a `finch vm init` will fail. It appears `finch`...

enhancement
windows

**What is the problem you're trying to solve?.** To accommodate developers using Linux workstations, support Finch on popular Linux distros. **Describe the feature you'd like** Provide a consistent CLI experience...

enhancement
feature_request

**What is the problem you're trying to solve?.** This error message is IMHO brusque and jarring: ``` % finch build -t rustv1 FATA[0000] context needs to be specified FATA[0000] exit...

enhancement
good first issue

**What is the problem you're trying to solve?.** I need to share a USB device connected to my laptop to the software inside the container. There is no native support...

enhancement
feature_request

**What is the problem you're trying to solve?.** Running @devcontainer/cli to launch a devcontainer, the process fails at the run step due to devcontainer/cli passing the option `--sig-proxy=false` to the...

enhancement

**What is the problem you're trying to solve?.** Windows natively supports OpenSSH, including ssh-agent. However, the way ssh-agent works on Windows is different than how it works on macOS /...

enhancement
windows

Currently with colima existing it's hard to tell why would I try Finch instead. It would be great if a feature comparison was added to readme/docs.

**Describe the bug** When a user uninstalls Finch (either with `sudo bash /Applications/Finch/uninstall.sh` or `brew uninstall finch`), the container data disk is not cleaned up as it lives in the...

bug

**Describe the bug** When running `finch build` specifying multiple tags for the built container (multiple `-t` arguments), only the first tag is updated if the tags already exist. **Steps to...

bug

**Describe the bug** When I run `finch vm start` I get the following error: ``` FATA[0044] failed to update the user's .profile file: failed to read config file: file does...

bug