ContainerDescription

API: Internal/Beta

Information to the Provider about how to launch the container

data class ContainerDescription(
    val changeWorkingDirectory: Boolean?,
    val runAsRoot: Boolean?,
    val runAsRealUser: Boolean?,
)
Properties
changeWorkingDirectory: Boolean?
runAsRoot: Boolean?
runAsRealUser: Boolean?