runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.51k stars 90 forks source link

Support testcontainers (expose Docker API) #689

Open omerlh opened 11 months ago

omerlh commented 11 months ago

What is the problem you're trying to solve?. Testcontainers is a pretty common testing framework for many languages allowing to easily using containers inside tests.

Describe the feature you'd like Testcontainer can support alternative docker server docker host. It will be nice to have finch expose the same API.

jwalsh2me commented 11 months ago

Supporting localstack would also be nice too! LocalStack

mdelapenya commented 10 months ago

Hi from Testcontainers for Go! :wave: You are probably interested in taking a look at the Docker host detection for Go: https://golang.testcontainers.org/features/configuration/#docker-host-detection