All Products
Search
Document Center

Function Compute:CustomRuntimeConfig

更新時間:Sep 23, 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