finch
finch copied to clipboard
The Finch CLI an open source client for container development
**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`...
**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...
**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...
**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...
**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...
**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 /...
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...
**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...
**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...