mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move engine-api client package
This moves the engine-api client package to `/docker/docker/client`. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -68,7 +68,8 @@ func (daemon *Daemon) ContainerLogs(ctx context.Context, containerName string, c
|
||||
close(started)
|
||||
wf.Flush()
|
||||
|
||||
var outStream io.Writer = wf
|
||||
var outStream io.Writer
|
||||
outStream = wf
|
||||
errStream := outStream
|
||||
if !container.Config.Tty {
|
||||
errStream = stdcopy.NewStdWriter(outStream, stdcopy.Stderr)
|
||||
|
||||
Reference in New Issue
Block a user