mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Do not return error on hijacked connection for docker exec
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
3f568b19e8
commit
d6ccc0e09f
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ func (s *containerRouter) postContainerExecStart(ctx context.Context, w http.Res
|
|||
}
|
||||
stdout.Write([]byte(err.Error()))
|
||||
logrus.Errorf("Error running exec in container: %v\n", err)
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue