root: ignore SSH CloseRead warning

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
pull/1085/head
Tonis Tiigi 3 years ago
parent 9cdd837f6b
commit 72758fef22

@ -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