Merge "Fix printing docker container logs"
This commit is contained in:
commit
272113b192
@ -175,6 +175,7 @@ func (c *DockerContainer) getConfig(
|
||||
AttachStdin: true,
|
||||
OpenStdin: true,
|
||||
Env: envVars,
|
||||
Tty: true,
|
||||
}
|
||||
hCfg := container.HostConfig{
|
||||
Binds: volumeMounts,
|
||||
|
Loading…
Reference in New Issue
Block a user