Skip to content

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

Merged
glours merged 1 commit intodocker:v2from
crazy-max:log-filter
Aug 13, 2022
Merged

root: filter out commandConn.Close* warning message#9748
glours merged 1 commit intodocker:v2from
crazy-max:log-filter

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