Update windows and darwin for spec changes

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-27 13:08:43 -07:00
parent 6ec84ef83c
commit cfcea71ab0
12 changed files with 33 additions and 22 deletions

View File

@@ -142,7 +142,7 @@ func (c *container) Exec(ctx context.Context, opts plugin.ExecOpts) (plugin.Proc
return nil, errors.Wrap(err, "failed to unmarshal oci spec")
}
p, err := c.ctr.AddProcess(ctx, procSpec, pio)
p, err := c.ctr.AddProcess(ctx, &procSpec, pio)
if err != nil {
return nil, err
}