Update oci executor to use Opts
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
23adfe42f9
commit
be20dd0484
4 changed files with 54 additions and 48 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue