Get Container Definition Result
data class GetContainerDefinitionResult(val containerName: String, val cpu: Int, val disableNetworking: Boolean, val dockerLabels: Map<String, String>, val environment: Map<String, String>, val id: String, val image: String, val imageDigest: String, val memory: Int, val memoryReservation: Int, val taskDefinition: String)
A collection of values returned by getContainerDefinition.
Properties
Link copied to clipboard
Link copied to clipboard
Indicator if networking is disabled
Link copied to clipboard
Set docker labels
Link copied to clipboard
Environment in use
Link copied to clipboard
Digest of the docker image in use
Link copied to clipboard
Soft limit (in MiB) of memory to reserve for the container. When system memory is under contention, Docker attempts to keep the container memory to this soft limit
Link copied to clipboard