compiler.runtime.createDockerImage
语法
说明
compiler.runtime.createDockerImage( 使用 results)compiler.build.Results 对象 results 的向量创建 MATLAB® Runtime Docker® 映像。results 对象可以由任何 compiler.build 函数创建。
compiler.runtime.createDockerImage( 使用 MATLAB Compiler™ 生成的 filepath)requiredMCRProducts.txt 文件列表创建 MATLAB Runtime Docker 映像。
compiler.runtime.createDockerImage(___, 创建一个 MATLAB Runtime Docker 映像,并将附加选项指定为一个或多个名称-值参量。选项包括构建文件夹、详细程度和图像名称。Name,Value)
示例
输入参数
名称-值参数
输出参量
版本历史记录
在 R2023b 中推出
另请参阅
compiler.package.docker | compiler.package.microserviceDockerImage (MATLAB Compiler SDK)
主题
- 将 MATLAB 独立应用程序打包为 Docker 镜像
- 创建微服务 Docker 镜像 (MATLAB Compiler SDK)