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