RegistryImageBuildUlimit

data class RegistryImageBuildUlimit(val hard: Int, val name: String, val soft: Int)

Constructors

Link copied to clipboard
constructor(hard: Int, name: String, soft: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hard: Int
Link copied to clipboard

The name of the Docker image.

Link copied to clipboard
val soft: Int