ContainerUser

data class ContainerUser(val linux: LinuxContainerUser? = null)

ContainerUser represents user identity information

Constructors

Link copied to clipboard
constructor(linux: LinuxContainerUser? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.