testcontainers / testcontainers-elixir

Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
MIT License
113 stars 18 forks source link

Find a way to stream logs from docker engine api #62

Open jarlah opened 11 months ago

jarlah commented 11 months ago

I have tried it with no success so far. Seems to be support for streaming in hackney

jarlah commented 2 weeks ago

depends on the work with integrating and trimming the docker engine api inside the main source tree