我正在寻找使用以下函数在我的 iOS 应用程序上部署我的微服务
public func deployMicroservice(edgeEngineAccessToken: String, config: MIMIKEdgeMobileClient.MIMIKMicroserviceDeploymentConfig, imageTarPath: String, completion: @escaping (MIMIKEdgeMobileClient.MIMIKMicroservice?) -> Void)
在为imageTarPath创建这个微服务 tar 映像时,我应该采取哪些步骤?