From 72758fef22441c37f809cce098f73a21e618b9d1 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Fri, 29 Apr 2022 08:24:13 -0700 Subject: [PATCH] root: ignore SSH CloseRead warning Signed-off-by: Tonis Tiigi --- commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/root.go b/commands/root.go index 19aaed87..8449b2e2 100644 --- a/commands/root.go +++ b/commands/root.go @@ -55,6 +55,7 @@ func NewRootCmd(name string, isPlugin bool, dockerCli command.Cli) *cobra.Comman logrus.WarnLevel, }, "commandConn.CloseWrite:", + "commandConn.CloseRead:", )) addCommands(cmd, dockerCli)