dk.sdu.cloud.app.store.api.ContainerDescription

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

ContainerDescription

Information to the Provider about how to launch the container

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

Last updated