finch
finch copied to clipboard
The Finch CLI an open source client for container development
**Describe the bug** Not so much a bug as feedback about a step that is extremely slow compared to the equivalent docker command. Just providing this is feedback for what...
**Describe the bug** When attempting to pull an image from ECR, we get an network unreachable error. ``` seanchambers@MacBook-Pro .aws % finch pull 830786003228.dkr.ecr.us-east-1.amazonaws.com/inspire:8bdbe4b4acbbfe00d2079da763756fe224d60974 830786003228.dkr.ecr.us-east-1.amazonaws.com/inspire:8bdbe4b4acbbfe00d2079da763756fe224d60974: resolved |++++++++++++++++++++++++++++++++++++++| manifest-sha256:dbd97a589135fa967daf69c13435067711a4c61ded7c08bf7e46fb597399e330: done |++++++++++++++++++++++++++++++++++++++|...
**What is the problem you're trying to solve?.** [Testcontainers](https://testcontainers.com/) is a pretty common testing framework for many languages allowing to easily using containers inside tests. **Describe the feature you'd like**...
Issue #, if available: *Description of changes:* To simplify the readme and prevent duplication I have removed the installation, getting started and config reference documentation as all parts are now...
`finch help run` tells me to run `finch run -h` or `finch run --help` for help. The former is not "help", but 'hostname' and will fail without an argumnet.
**Describe the bug** When I use the [logging](https://docs.docker.com/compose/compose-file/compose-file-v3/#logging) configuration for my compose service with the `driver` option set to `"none"`, then I get a fatal error and am unable to...
**Describe the bug** When I use the [tty](https://docs.docker.com/compose/compose-file/05-services/#tty) configuration for my compose service, then I get a fatal error and am unable to start my compose service. **Steps to reproduce**...
**What is the problem you're trying to solve?.** Nerdctl has signing and verification by Cosign and Notation as experimental features today. https://github.com/containerd/nerdctl/blob/main/docs/cosign.md https://github.com/containerd/nerdctl/blob/main/docs/notation.md However, without the binaries installed in Finch...
**What is the problem you're trying to solve?.** I would like to use comments in the Finch configuration file `finch.yaml`. I often find myself commenting something out while testing a...
**Describe the bug** The SOCI Snapshotter does not retrieve the registry credentials from the [client](https://github.com/awslabs/soci-snapshotter/issues/736) (finch / nerdctl), instead the snapshotter attempts to use a credentials file, by default looking...