summaryrefslogtreecommitdiff
path: root/libcontainerd/local/local_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'libcontainerd/local/local_windows.go')
-rw-r--r--libcontainerd/local/local_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontainerd/local/local_windows.go b/libcontainerd/local/local_windows.go
index 67592e54e8..85e1d8c772 100644
--- a/libcontainerd/local/local_windows.go
+++ b/libcontainerd/local/local_windows.go
@@ -153,7 +153,7 @@ func (c *client) Version(ctx context.Context) (containerd.Version, error) {
// "ImagePath": "C:\\\\control\\\\windowsfilter\\\\65bf96e5760a09edf1790cb229e2dfb2dbd0fcdc0bf7451bae099106bfbfea0c\\\\UtilityVM"
// },
// }
-func (c *client) Create(_ context.Context, id string, spec *specs.Spec, runtimeOptions interface{}, opts ...containerd.NewContainerOpts) error {
+func (c *client) Create(_ context.Context, id string, spec *specs.Spec, shim string, runtimeOptions interface{}, opts ...containerd.NewContainerOpts) error {
if ctr := c.getContainer(id); ctr != nil {
return errors.WithStack(errdefs.Conflict(errors.New("id already in use")))
}