Container interface

Container App container definition

Extends

Properties

probes

List of probes for the container.

Inherited Properties

args

Container start command arguments.

command

Container start command.

env

Container environment variables.

image

Container image tag.

name

Custom container name.

resources

Container resource requirements.

volumeMounts

Container volume mounts.

Property Details

probes

List of probes for the container.

probes?: ContainerAppProbe[]

Property Value

Inherited Property Details

args

Container start command arguments.

args?: string[]

Property Value

string[]

Inherited From BaseContainer.args

command

Container start command.

command?: string[]

Property Value

string[]

Inherited From BaseContainer.command

env

Container environment variables.

env?: EnvironmentVar[]

Property Value

Inherited From BaseContainer.env

image

Container image tag.

image?: string

Property Value

string

Inherited From BaseContainer.image

name

Custom container name.

name?: string

Property Value

string

Inherited From BaseContainer.name

resources

Container resource requirements.

resources?: ContainerResources

Property Value

Inherited From BaseContainer.resources

volumeMounts

Container volume mounts.

volumeMounts?: VolumeMount[]

Property Value

Inherited From BaseContainer.volumeMounts