Container

data class Container(id: String, names: List<String>, image: String, imageID: String, command: String, created: Instant, ports: List<PortMapping>, labels: Labels, state: ContainerState, status: String, hostConfig: Map<String, String>, mounts: List<Mount>)

Properties

command
Link copied to clipboard
val command: String
created
Link copied to clipboard
val created: Instant
hostConfig
Link copied to clipboard
val hostConfig: Map<String, String>
id
Link copied to clipboard
val id: String
image
Link copied to clipboard
val image: String
imageID
Link copied to clipboard
val imageID: String
labels
Link copied to clipboard
val labels: Labels
mounts
Link copied to clipboard
val mounts: List<Mount>
names
Link copied to clipboard
val names: List<String>
ports
Link copied to clipboard
val ports: List<PortMapping>
state
Link copied to clipboard
val state: ContainerState
status
Link copied to clipboard
val status: String