diff --git a/container.go b/container.go index 80d5727d5..c974c5f1c 100644 --- a/container.go +++ b/container.go @@ -40,9 +40,7 @@ type Container struct { stdin io.ReadCloser stdinPipe io.WriteCloser - stdoutLog *os.File - stderrLog *os.File - runtime *Runtime + runtime *Runtime } type Config struct {