Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.73 KB

File metadata and controls

24 lines (19 loc) · 1.73 KB

ContainerSummary

Properties

Name Type Description Notes
id kotlin.String The ID of this container [optional]
names kotlin.collections.MutableList<kotlin.String> The names that this container has been given [optional]
image kotlin.String The name of the image used when creating this container [optional]
imageID kotlin.String The ID of the image that this container was created from [optional]
command kotlin.String Command to run when starting the container [optional]
created kotlin.Long When the container was created [optional]
ports kotlin.collections.MutableList<Port> The ports exposed by this container [optional]
sizeRw kotlin.Long The size of files that have been created or changed by this container [optional]
sizeRootFs kotlin.Long The total size of all the files in this container [optional]
labels kotlin.collections.MutableMap<kotlin.String, kotlin.String> User-defined key/value metadata. [optional]
state kotlin.String The state of this container (e.g. `Exited`) [optional]
status kotlin.String Additional human-readable status of this container (e.g. `Exit 0`) [optional]
hostConfig ContainerSummaryHostConfig [optional]
networkSettings ContainerSummaryNetworkSettings [optional]
mounts kotlin.collections.MutableList<MountPoint> [optional]