Parameter | Type | Description | Example |
---|---|---|---|
object | The function configurations for a custom container. | ||
args | string | The startup argument of the container. | ["-arg1", "value1"] |
command | string | The startup command of the container. | ["/code/myserver"] |
image | string | The endpoint of the container image. | registry-vpc.cn-hangzhou.aliyuncs.com/fc-demo/helloworld:v1beta1 |
accelerationType | string | Specifies whether to enable image acceleration. Valid values:
| Default |
instanceID | string | The ID of the image repository for the Container Registry Enterprise Edition. You must specify this parameter if you use an image of Container Registry Enterprise Edition. | cri-xxxxxxxxxx |
webServerMode | boolean | Specifies whether to enable the web server mode. Valid values:
| true |