-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 to follow containers logs with DockerComposeContainer #158
Comments
Hi Miroslav, Yes, that feature doesn't exist yet. I'm currently doing quite a bit of I hope this is ok! Richard
|
Hi Richard, no problem. I appreciate if it could be added (even later). I can access the logs other ways, so it's fine for me as a workaround. Thanks a lot |
Something like this in
There are obvious DRY opportunities here, as this |
Yep - released in 1.1.7 so will close. |
When using DockerComposeContainer I would like to follow output logs from my containers that are started by DockerComposeContainer.
Maybe there is a way how to do it but I have not found it. Using
DockerComposeContainer#followOutput(...)
does not do that.Thanks.
The text was updated successfully, but these errors were encountered: