testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

Add options to redirect compose command stdout and stderr to custom writers

Open edebernis opened this issue 3 years ago • 0 comments

Close https://github.com/testcontainers/testcontainers-go/issues/398

Instead of copying all the command output in a separate buffer and return it when the command stops, this PR allows to stream command output to a specific io.Writer

edebernis avatar Jun 20 '22 07:06 edebernis