dsdk / v1.47 / ContainerSummary
Type Alias: ContainerSummary ​
ContainerSummary:
object
Type declaration ​
Name | Type | Description |
---|---|---|
Command ? | string | Command to run when starting the container |
Created ? | number | When the container was created |
HostConfig ? | object | - |
HostConfig.Annotations ? | object | null | Arbitrary key-value metadata attached to container |
HostConfig.NetworkMode ? | string | - |
Id ? | string | The ID of this container |
Image ? | string | The name of the image used when creating this container |
ImageID ? | string | The ID of the image that this container was created from |
Labels ? | object | User-defined key/value metadata. |
Mounts ? | MountPoint [] | - |
Names ? | string [] | The names that this container has been given |
NetworkSettings ? | object | A summary of the container's network settings |
NetworkSettings.Networks ? | object | - |
Ports ? | Port [] | The ports exposed by this container |
SizeRootFs ? | number | The total size of all the files in this container |
SizeRw ? | number | The size of files that have been created or changed by this container |
State ? | string | The state of this container (e.g. Exited ) |
Status ? | string | Additional human-readable status of this container (e.g. Exit 0 ) |