compiler.runtime.createDockerImage
Syntax
Description
compiler.runtime.createDockerImage(
creates a MATLAB® Runtime
Docker® image using a vector of results)compiler.build.Results objects
results. The results objects can be created by any
compiler.build function.
compiler.runtime.createDockerImage(
creates a MATLAB Runtime
Docker image using a list of filepath)buildresult.json files generated by
MATLAB
Compiler™.
compiler.runtime.createDockerImage(___,
creates a MATLAB Runtime
Docker image with additional options specified as one or more name-value arguments.
Options include the build folder, verbosity level, and image name.Name,Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Limitations
This function requires an installation of Docker. On macOS, Docker Desktop is supported. On Windows®, Docker Desktop and Docker in WSL2 are supported.
Version History
Introduced in R2023b