Create a docker image for files generated by MATLAB Compiler on Linux operating systems
Caution
This function is only supported on Linux® operating systems.
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.
Only standalone applications can be packaged into Docker images as of R2020b.
compiler.build.Results
| compiler.build.standaloneApplication
| compiler.package.DockerOptions