|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
自定义容器相关函数配置。 |
||
| args |
string |
容器启动参数。 |
["-arg1", "value1"] |
| command |
string |
容器启动命令。 |
["/code/myserver"] |
| image |
string |
容器镜像地址。 |
registry-vpc.cn-hangzhou.aliyuncs.com/fc-demo/helloworld:v1beta1 |
| accelerationType |
string |
是否开启镜像加速。
|
Default |
| instanceID |
string |
ACR 企业版镜像仓库 ID,使用 ACR 企业版镜像时须传入。 |
cri-xxxxxxxxxx |
| webServerMode |
boolean |
镜像运行是否为 Web Server 模式。
默认值为 true。 |
true |