Update oci executor to use Opts

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-10-03 15:20:45 -07:00
parent 23adfe42f9
commit be20dd0484
4 changed files with 54 additions and 48 deletions

View File

@@ -120,6 +120,9 @@ func (c *Container) Create() error {
c.init = &Process{
d: d,
driver: c.driver,
Stdin: c.Stdin,
Stdout: c.Stdout,
Stderr: c.Stderr,
}
return nil
}