compiler.package.MicroserviceDockerImageOptions
In R2022a, this function is only supported on Linux® operating systems.
Syntax
Description
creates a opts
= compiler.package.MicroserviceDockerImageOptions(results
)MicroserviceDockerImageOptions
object opts
using the compiler.build.Results
object results
.
The Results
object is created by the compiler.build.productionServerArchive
function. Pass the
MicroserviceDockerImageOptions
object as an input to the
compiler.package.docker
function to specify build options.
creates a opts
= compiler.package.MicroserviceDockerImageOptions(results
,Name,Value
)MicroserviceDockerImageOptions
object opts
using the compiler.build.Results
object results
and additional options specified as one or more pairs of name-value arguments. Options
include the build folder, entry point command, and image name.
creates a generic opts
= compiler.package.MicroserviceDockerImageOptions('ImageName',imageName
,Name,Value
)MicroserviceDockerImageOptions
object with the image name
specified by imageName
and additional options specified as one or more
pairs of name-value arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a