finch
finch copied to clipboard
The Finch CLI an open source client for container development
This commit clarifies some installation strategies for newcomers. Signed-off-by: Furkan Issue #, if available: `-` *Description of changes:* * Fix an issue where `make install` was just trying to symlink...
**Describe the bug** Installed finch via `brew install finch`. Ran `finch vm init` and received the following error output: ```txt > finch vm init INFO[0000] binaries directory doesn't exist INFO[0000]...
## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
## Summary PR adds [markdownlint](https://github.com/DavidAnson/markdownlint) to CI and Makefile. It ensures a consistent markdown style, and it also provides some useful checks (e.g., [broken link fragments](https://github.com/DavidAnson/markdownlint/blob/v0.26.2/doc/Rules.md#md051)). ## License Acceptance By...
**What is the problem you're trying to solve?.** Currently if you run a container without `-d` option, no logs are persisted. **Describe the feature you'd like** Would like logs to...
**Describe the bug** trying to use `finch compose run` as `docker-compose run`, but not working. ```sh finch compose run --remove-orphans web rails new . -d mysql --force --skip-test --javascript=importmap FATA[0000]...
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.14.1 to 0.14.2. Release notes Sourced from github.com/lima-vm/lima's releases. v0.14.2 Changes VZ: Fix NSInvalidArgumentException on headless hosts, such as EC2 mac2.metal (#1261) limactl CLI: limactl start: support...
Signed-off-by: Ziwen Ning Issue #, if available: https://github.com/runfinch/finch/issues/107 *Description of changes:* add config to support additional directories according to the doc added in #123 *Testing done:* - [ X ]...
Signed-off-by: Olly Pomeroy Issue #, if available: https://github.com/runfinch/finch/issues/71 *Description of changes:* Adding the [env](https://github.com/lima-vm/lima/blob/master/examples/default.yaml#L345) section to the lima vm configuration, and the defining a CONTAINERND_NAMESPACE variable. The containerd-rootless-setup.sh script in...
Signed-off-by: Justin Alvarez Issue #, if available: Closes #126 *Description of changes:* - Previously, this code was just checking for any substring containing `export DOCKER_CONFIG`, now we check for a...