Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of the function that runs in the custom runtime. | ||
command | array | 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 | |
args | array | 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 |