Skip to content

dsdk / v1.47 / ContainerInspectResponse

Type Alias: ContainerInspectResponse ​

ContainerInspectResponse: object

Type declaration ​

NameTypeDescription
AppArmorProfile?string-
Args?string[]The arguments to the command being run
Config?ContainerConfig-
Created?stringThe time the container was created
Driver?string-
ExecIDs?string[] | nullIDs of exec instances that are running in the container.
GraphDriver?DriverData-
HostConfig?HostConfig-
HostnamePath?string-
HostsPath?string-
Id?stringThe ID of the container
Image?stringThe container's image ID
LogPath?string-
MountLabel?string-
Mounts?MountPoint[]-
Name?string-
NetworkSettings?NetworkSettings-
Path?stringThe path to the command being run
Platform?string-
ProcessLabel?string-
ResolvConfPath?string-
RestartCount?number-
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?ContainerState-