mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
root: ignore SSH CloseRead warning
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user