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

root: filter out commandConn.Close* warning message #9748

Merged
merged 1 commit into from Aug 13, 2022

Conversation

crazy-max
Copy link
Member

fixes #8544

I encounter this issue while doing some tests for #9744. We got the same issue in buildx and we fixed it in docker/buildx#924 (docker/buildx@278f94a).

It should be fixed upstream in CloseRead func and CloseWrite func imo but in the meantime I think it's fine.

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Copy link
Member

@nicksieger nicksieger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@glours glours merged commit 8d12042 into docker:v2 Aug 13, 2022
@crazy-max crazy-max deleted the log-filter branch August 13, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker --context remotehost compose up -d shows WARN[0006] commandConn.CloseWrite
3 participants