All Products
Search
Document Center

Function Compute (2.0):CustomRuntimeConfig

Last Updated:Mar 03, 2024
ParameterTypeDescriptionExample
object

The configurations of the custom runtime.

commandarray

The list of custom startup commands of the custom runtime. If multiple commands are specified, the commands are concatenated in order.

string

The startup command of the container.

/code/myBootstrap
argsarray

The list of parameters received by the custom runtime startup command, which are passed in sequence.

string

The startup parameter of the container.

args1