All Products
Search
Document Center

Function Compute:CustomRuntimeConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The configurations of the function that runs in the custom runtime.

commandarray

The custom commands that are used to start containers in the custom runtime. If multiple commands are specified, the commands are concatenated in order.

string

The command that is used to start the container.

/code/myBootstrap
argsarray

The arguments that are used to start containers in the custom runtime. Pass the arguments in order.

string

The startup argument of the container.

args1