Skip to content
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 options to redirect compose command stdout and stderr to custom writers #470

Closed

Conversation

edebernis
Copy link

Close #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

@mdelapenya mdelapenya added the compose Docker Compose. label Oct 4, 2022
@mdelapenya
Copy link
Collaborator

Hi @edebernis we have merged #476, which adds native support for docker compose. Would you mind revisiting this PR and update to that code? I can assist if needed, or we can even ping @baez90 for that.

Thanks in advance

@edebernis
Copy link
Author

Hey @mdelapenya ! Great news ! Actually, I don't think this MR makes sense anymore right now considering the native support of docker compose.

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose Docker Compose.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customise stdout and stderr for compose commands
3 participants