Merge pull request #1085 from tonistiigi/closeread-ignore

root: ignore SSH CloseRead warning
This commit is contained in:
CrazyMax 2022-04-29 17:59:56 +02:00 committed by GitHub
commit 92009ed03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func NewRootCmd(name string, isPlugin bool, dockerCli command.Cli) *cobra.Comman
logrus.WarnLevel,
},
"commandConn.CloseWrite:",
"commandConn.CloseRead:",
))
addCommands(cmd, dockerCli)