Skip to content

dsdk / v1.47 / ContainerSummary

Type Alias: ContainerSummary ​

ContainerSummary: object

Type declaration ​

NameTypeDescription
Command?stringCommand to run when starting the container
Created?numberWhen the container was created
HostConfig?object-
HostConfig.Annotations?object | nullArbitrary key-value metadata attached to container
HostConfig.NetworkMode?string-
Id?stringThe ID of this container
Image?stringThe name of the image used when creating this container
ImageID?stringThe ID of the image that this container was created from
Labels?objectUser-defined key/value metadata.
Mounts?MountPoint[]-
Names?string[]The names that this container has been given
NetworkSettings?objectA summary of the container's network settings
NetworkSettings.Networks?object-
Ports?Port[]The ports exposed by this container
SizeRootFs?numberThe total size of all the files in this container
SizeRw?numberThe size of files that have been created or changed by this container
State?stringThe state of this container (e.g. Exited)
Status?stringAdditional human-readable status of this container (e.g. Exit 0)