Merge "Fix printing docker container logs"
This commit is contained in:
commit
272113b192
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user