Share via


SessionContainer interface

Container definitions for the sessions of the session pool.

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.

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

resources

Container resource requirements.

resources?: SessionContainerResources

Property Value