finch icon indicating copy to clipboard operation
finch copied to clipboard

Support testcontainers (expose Docker API)

Open omerlh opened this issue 1 year ago • 2 comments

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.

omerlh avatar Nov 09 '23 13:11 omerlh

Supporting localstack would also be nice too! LocalStack

jwalsh2me avatar Nov 09 '23 20:11 jwalsh2me

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

mdelapenya avatar Nov 10 '23 15:11 mdelapenya