CustomContainer interface 
Custom container payload
Properties
| args | Arguments to the entrypoint. The docker image's CMD is used if this is not provided. | 
| command | Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. | 
| container | Container image of the custom container. This should be in the form of <repository>:<tag> without the server name of the registry | 
| image | Credential of the image registry | 
| language | Language framework of the container image uploaded | 
| server | The name of the registry that contains the container image | 
Property Details
args
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
args?: string[]Property Value
string[]
command
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
command?: string[]Property Value
string[]
		containerImage
	 
	Container image of the custom container. This should be in the form of <repository>:<tag> without the server name of the registry
containerImage?: stringProperty Value
string
		imageRegistryCredential
	  
	Credential of the image registry
imageRegistryCredential?: ImageRegistryCredentialProperty Value
		languageFramework
	 
	Language framework of the container image uploaded
languageFramework?: stringProperty Value
string
server
The name of the registry that contains the container image
server?: stringProperty Value
string