| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The container parameters. | ||
| Name | string | The name of the container. | data-init |
| Image | string | The endpoint of the container image. | registry.cn-hangzhou.aliyuncs.com/pai-dlc/curl:v1.0.0 |
| Command | array | The user command. | |
| Command | string | The command line. | curl www.aliyun.com |
| Args | array | The command parameters. | |
| Args | string | The parameter. | -v |
| WorkingDir | string | The working directory in the container. | /root |
| Env | array | The environment variables. | |
| Env | EnvVar | The environment. | |
| Resources | ResourceRequirements | The container resources. |