compiler.package.docker
Create a Docker image for files generated by MATLAB Compiler on Linux operating systems
Since R2020b
This function is only supported on Linux® operating systems.
Only standalone applications can be packaged into Docker® images as of R2020b.
Syntax
Description
compiler.package.docker(
creates a
Docker image for files generated by the MATLAB®
Compiler™ using the results
)compiler.build.Results
object
results
. The results object is created by a
compiler.build
function.
compiler.package.docker(
creates a Docker image using the results
,Name,Value
)compiler.build.Results
object
results
and additional options specified as one or more name-value
pairs. Options include the build folder, entry point command, and image name.
compiler.package.docker(
creates a Docker image using files
,filepath
,'ImageName',imageName
,Name,Value
)files
that are generated by the
MATLAB
Compiler. The Docker image name is specified by imageName
.
Additional options are specified as one or more name-value pairs.
Examples
Input Arguments
Version History
Introduced in R2020b