Merge "Fix printing docker container logs"

This commit is contained in:
Zuul 2020-09-24 14:54:42 +00:00 committed by Gerrit Code Review
commit 272113b192

View File

@ -175,6 +175,7 @@ func (c *DockerContainer) getConfig(
AttachStdin: true, AttachStdin: true,
OpenStdin: true, OpenStdin: true,
Env: envVars, Env: envVars,
Tty: true,
} }
hCfg := container.HostConfig{ hCfg := container.HostConfig{
Binds: volumeMounts, Binds: volumeMounts,