-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for FInch #80
Comments
@tylerslaton could you provide some additional details here? What would the integration look like, why it's beneficial, etc. |
Finch seems to be another replacement for things like Docker and Podman. It creates its own VM where it runs finch requests against it similar to Podman. Adding support for this upcoming runtime would allow those users trying out Finch to easily use DCP along with it. |
Interesting, ok -- seems like a good value add to support the finch runtime |
Based on https://github.com/runfinch/finch#hello-finch it looks like finch is heavily integrated with containerd. I didn't find any containerd Rust crates when I originally looked around. If there isn't something like that, it may prove to be difficult to integrate with finch in a native way. |
We'd need to investigate it. Maybe they have an API that we can create a cargo package for interacting with. |
https://github.com/runfinch/finch
The text was updated successfully, but these errors were encountered: