Documentation

ContainersIdJsonGetResponse200

Table of Contents

$appArmorProfile  : string|null
$args  : array<string|int, string>|null
The arguments to the command being run.
$config  : ContainerConfig|null
Configuration for a container that is portable between hosts.
$created  : string|null
The time the container was created.
$driver  : string|null
$execIDs  : array<string|int, string>|null
IDs of exec instances that are running in the container.
$graphDriver  : GraphDriverData|null
Information about a container's graph driver.
$hostConfig  : HostConfig|null
Container configuration that depends on the host we are running on.
$hostnamePath  : string|null
$hostsPath  : string|null
$id  : string|null
The ID of the container.
$image  : string|null
The container's image ID.
$logPath  : string|null
$mountLabel  : string|null
$mounts  : array<string|int, MountPoint>|null
$name  : string|null
$networkSettings  : NetworkSettings|null
NetworkSettings exposes the network settings in the API.
$node  : mixed|null
TODO.
$path  : string|null
The path to the command being run.
$platform  : string|null
$processLabel  : string|null
$resolvConfPath  : string|null
$restartCount  : int|null
$sizeRootFs  : int|null
The total size of all the files in this container.
$sizeRw  : int|null
The size of files that have been created or changed by this.
$state  : ContainerState|null
ContainerState stores container's running state. It's part of ContainerJSONBase.
getAppArmorProfile()  : string|null
getArgs()  : array<string|int, string>|null
The arguments to the command being run.
getConfig()  : ContainerConfig|null
Configuration for a container that is portable between hosts.
getCreated()  : string|null
The time the container was created.
getDriver()  : string|null
getExecIDs()  : array<string|int, string>|null
IDs of exec instances that are running in the container.
getGraphDriver()  : GraphDriverData|null
Information about a container's graph driver.
getHostConfig()  : HostConfig|null
Container configuration that depends on the host we are running on.
getHostnamePath()  : string|null
getHostsPath()  : string|null
getId()  : string|null
The ID of the container.
getImage()  : string|null
The container's image ID.
getLogPath()  : string|null
getMountLabel()  : string|null
getMounts()  : array<string|int, MountPoint>|null
getName()  : string|null
getNetworkSettings()  : NetworkSettings|null
NetworkSettings exposes the network settings in the API.
getNode()  : mixed
TODO.
getPath()  : string|null
The path to the command being run.
getPlatform()  : string|null
getProcessLabel()  : string|null
getResolvConfPath()  : string|null
getRestartCount()  : int|null
getSizeRootFs()  : int|null
The total size of all the files in this container.
getSizeRw()  : int|null
The size of files that have been created or changed by this.
getState()  : ContainerState|null
ContainerState stores container's running state. It's part of ContainerJSONBase.
setAppArmorProfile()  : self
setArgs()  : self
The arguments to the command being run.
setConfig()  : self
Configuration for a container that is portable between hosts.
setCreated()  : self
The time the container was created.
setDriver()  : self
setExecIDs()  : self
IDs of exec instances that are running in the container.
setGraphDriver()  : self
Information about a container's graph driver.
setHostConfig()  : self
Container configuration that depends on the host we are running on.
setHostnamePath()  : self
setHostsPath()  : self
setId()  : self
The ID of the container.
setImage()  : self
The container's image ID.
setLogPath()  : self
setMountLabel()  : self
setMounts()  : self
setName()  : self
setNetworkSettings()  : self
NetworkSettings exposes the network settings in the API.
setNode()  : self
TODO.
setPath()  : self
The path to the command being run.
setPlatform()  : self
setProcessLabel()  : self
setResolvConfPath()  : self
setRestartCount()  : self
setSizeRootFs()  : self
The total size of all the files in this container.
setSizeRw()  : self
The size of files that have been created or changed by this.
setState()  : self
ContainerState stores container's running state. It's part of ContainerJSONBase.

Properties

Methods

getArgs()

The arguments to the command being run.

public getArgs() : array<string|int, string>|null
Return values
array<string|int, string>|null

getExecIDs()

IDs of exec instances that are running in the container.

public getExecIDs() : array<string|int, string>|null
Return values
array<string|int, string>|null

getSizeRootFs()

The total size of all the files in this container.

public getSizeRootFs() : int|null
Return values
int|null

getSizeRw()

The size of files that have been created or changed by this.

public getSizeRw() : int|null

container.

Return values
int|null

setAppArmorProfile()

public setAppArmorProfile(string|null $appArmorProfile) : self
Parameters
$appArmorProfile : string|null
Return values
self

setArgs()

The arguments to the command being run.

public setArgs(array<string|int, string>|null $args) : self
Parameters
$args : array<string|int, string>|null
Return values
self

setCreated()

The time the container was created.

public setCreated(string|null $created) : self
Parameters
$created : string|null
Return values
self

setExecIDs()

IDs of exec instances that are running in the container.

public setExecIDs(array<string|int, string>|null $execIDs) : self
Parameters
$execIDs : array<string|int, string>|null
Return values
self

setHostnamePath()

public setHostnamePath(string|null $hostnamePath) : self
Parameters
$hostnamePath : string|null
Return values
self

setImage()

The container's image ID.

public setImage(string|null $image) : self
Parameters
$image : string|null
Return values
self

setMountLabel()

public setMountLabel(string|null $mountLabel) : self
Parameters
$mountLabel : string|null
Return values
self

setPath()

The path to the command being run.

public setPath(string|null $path) : self
Parameters
$path : string|null
Return values
self

setProcessLabel()

public setProcessLabel(string|null $processLabel) : self
Parameters
$processLabel : string|null
Return values
self

setResolvConfPath()

public setResolvConfPath(string|null $resolvConfPath) : self
Parameters
$resolvConfPath : string|null
Return values
self

setRestartCount()

public setRestartCount(int|null $restartCount) : self
Parameters
$restartCount : int|null
Return values
self

setSizeRootFs()

The total size of all the files in this container.

public setSizeRootFs(int|null $sizeRootFs) : self
Parameters
$sizeRootFs : int|null
Return values
self

setSizeRw()

The size of files that have been created or changed by this.

public setSizeRw(int|null $sizeRw) : self

container.

Parameters
$sizeRw : int|null
Return values
self

Search results