Cloud API Overview > @adpt/cloud > ContainerStatus
ContainerStatus interface
Status of a Container.
Signature:
export interface ContainerStatus
Properties
Property | Type | Description |
---|---|---|
AppArmorProfile | string | |
Args | string[] | |
Config | Config | |
Created | string | |
Driver | string | |
ExecIDs | string | |
GraphDriver | FIXME_NeedsProperType | |
HostConfig | HostConfigStatus | |
HostnamePath | string | |
HostsPath | string | |
Id | string | |
Image | string | |
MountLabel | string | |
Mounts | MountStatus [] | |
Name | string | |
NetworkSettings | ContainerNetworkSettings | |
Node | FIXME_NeedsProperType | |
Path | string | |
ProcessLabel | string | |
ResolvConfPath | string | |
RestartCount | number | |
SizeRootFs | number | |
SizeRw | number | |
State | ContainerState |