Merge pull request #1085 from tonistiigi/closeread-ignore

root: ignore SSH CloseRead warning
pull/1087/head
CrazyMax 3 years ago committed by GitHub
commit 92009ed03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save