diff --git a/pkg/container/docker_stub.go b/pkg/container/docker_stub.go index d5c5ef1..155d5ab 100644 --- a/pkg/container/docker_stub.go +++ b/pkg/container/docker_stub.go @@ -56,7 +56,7 @@ func NewDockerVolumeRemoveExecutor(volume string, force bool) common.Executor { } } -func NewDockerNetworkCreateExecutor(name string) common.Executor { +func NewDockerNetworkCreateExecutor(name string, config *types.NetworkCreate) common.Executor { return func(ctx context.Context) error { return nil }