Skip to content

Commit 0b61e48

Browse files
nervghalexey-igrychev
authored andcommitted
fix(run): "docker run" should control output direcly
Signed-off-by: Alexandr Zaytsev <alexandr.zaytsev@flant.com>
1 parent 60f024d commit 0b61e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/werf/run/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func run(ctx context.Context, containerBackend container_backend.ContainerBacken
386386
} else {
387387
return logboek.Streams().DoErrorWithoutProxyStreamDataFormatting(func() error {
388388
return common.WithoutTerminationSignalsTrap(func() error {
389-
return docker.CliRun_LiveOutput(ctx, dockerRunArgs...)
389+
return docker.CliRun_ProvidedOutput(ctx, os.Stdout, os.Stderr, dockerRunArgs...)
390390
})
391391
})
392392
}

0 commit comments

Comments
 (0)