finch
finch copied to clipboard
The Finch CLI an open source client for container development
**Describe the bug** After leaving the finch vm running on my laptop for an extended period of time, i.e. days, containers' time are skewed. **Steps to reproduce** ``` finch run...
**What is the problem you're trying to solve?.** When finch is instructed to access a path that is outside of one of it's allowed directories, a generic error message is...
**What is the problem you're trying to solve?.** Ability to run the AWS SAM CLI: ``` % sam local invoke Error: Running AWS SAM projects locally requires Docker. Have you...
**Describe the bug** After running a container that publish a port to the host, a vm stop/start makes the container unable to be run. Removing the vm and reinitializing does...
**Describe the bug** The Finch CLI's auto completion today does not work as expected as the majority of sub commands / flags are not known by the Finch CLI. This...
**What is the problem you're trying to solve?.** The first time I try to run a command that uses Finch after a reboot I get yelled at that the VM...
Issue #, if available: #155 *Description of changes:* Replaced SSH with HTTPS protocol within the "Running containers and building images" instructions *Testing done:* ➜ GIT git clone https://github.com/runfinch/finch.git cd finch/contrib/hello-finch...
**What is the problem you're trying to solve?.** Similar to https://github.com/runfinch/finch/issues/35, build-arg in `finch build` is not supporting local env variable pass-through while Docker has this [support](https://docs.docker.com/engine/reference/commandline/build/#-set-build-time-variables---build-arg). Added draft failed...
Provides a native way for Finch to delete a persistent user data disk. Calling `finch vm remove --user-data` will now cleanup both the VM and any persistent user data. Signed-off-by:...
**Describe the bug** My username is "andrea" but my home folder is "/Users/andreacatalucci" . Whenever i run `finch build .`, with the `Dockerfile` including a "FROM" clause, finch fails with...