Share via


Container interface

Container App container definition.

Properties

args

Container start command arguments.

command

Container start command.

env

Container environment variables.

image

Container image tag.

name

Custom container name.

probes

List of probes for the container.

resources

Container resource requirements.

volumeMounts

Container volume mounts.

Property Details

args

Container start command arguments.

args?: string[]

Property Value

string[]

command

Container start command.

command?: string[]

Property Value

string[]

env

Container environment variables.

env?: EnvironmentVar[]

Property Value

image

Container image tag.

image?: string

Property Value

string

name

Custom container name.

name?: string

Property Value

string

probes

List of probes for the container.

probes?: ContainerAppProbe[]

Property Value

resources

Container resource requirements.

resources?: ContainerResources

Property Value

volumeMounts

Container volume mounts.

volumeMounts?: VolumeMount[]

Property Value