Documentation

Image

Table of Contents

$architecture  : string|null
$author  : string|null
$comment  : string|null
$config  : ContainerConfig|null
Configuration for a container that is portable between hosts.
$container  : string|null
$containerConfig  : ContainerConfig|null
Configuration for a container that is portable between hosts.
$created  : string|null
$dockerVersion  : string|null
$graphDriver  : GraphDriverData|null
Information about a container's graph driver.
$id  : string|null
$metadata  : ImageMetadata|null
$os  : string|null
$osVersion  : string|null
$parent  : string|null
$repoDigests  : array<string|int, string>|null
$repoTags  : array<string|int, string>|null
$rootFS  : ImageRootFS|null
$size  : int|null
$virtualSize  : int|null
getArchitecture()  : string|null
getAuthor()  : string|null
getComment()  : string|null
getConfig()  : ContainerConfig|null
Configuration for a container that is portable between hosts.
getContainer()  : string|null
getContainerConfig()  : ContainerConfig|null
Configuration for a container that is portable between hosts.
getCreated()  : string|null
getDockerVersion()  : string|null
getGraphDriver()  : GraphDriverData|null
Information about a container's graph driver.
getId()  : string|null
getMetadata()  : ImageMetadata|null
getOs()  : string|null
getOsVersion()  : string|null
getParent()  : string|null
getRepoDigests()  : array<string|int, string>|null
getRepoTags()  : array<string|int, string>|null
getRootFS()  : ImageRootFS|null
getSize()  : int|null
getVirtualSize()  : int|null
setArchitecture()  : self
setAuthor()  : self
setComment()  : self
setConfig()  : self
Configuration for a container that is portable between hosts.
setContainer()  : self
setContainerConfig()  : self
Configuration for a container that is portable between hosts.
setCreated()  : self
setDockerVersion()  : self
setGraphDriver()  : self
Information about a container's graph driver.
setId()  : self
setMetadata()  : self
setOs()  : self
setOsVersion()  : self
setParent()  : self
setRepoDigests()  : self
setRepoTags()  : self
setRootFS()  : self
setSize()  : self
setVirtualSize()  : self

Properties

$architecture

protected string|null $architecture

$author

protected string|null $author

$comment

protected string|null $comment

$config

Configuration for a container that is portable between hosts.

protected ContainerConfig|null $config

$container

protected string|null $container

$containerConfig

Configuration for a container that is portable between hosts.

protected ContainerConfig|null $containerConfig

$created

protected string|null $created

$dockerVersion

protected string|null $dockerVersion

$id

protected string|null $id

$os

protected string|null $os

$osVersion

protected string|null $osVersion

$parent

protected string|null $parent

$repoDigests

protected array<string|int, string>|null $repoDigests

$repoTags

protected array<string|int, string>|null $repoTags

$size

protected int|null $size

$virtualSize

protected int|null $virtualSize

Methods

getArchitecture()

public getArchitecture() : string|null
Return values
string|null

getAuthor()

public getAuthor() : string|null
Return values
string|null

getComment()

public getComment() : string|null
Return values
string|null

getContainer()

public getContainer() : string|null
Return values
string|null

getCreated()

public getCreated() : string|null
Return values
string|null

getDockerVersion()

public getDockerVersion() : string|null
Return values
string|null

getId()

public getId() : string|null
Return values
string|null

getOs()

public getOs() : string|null
Return values
string|null

getOsVersion()

public getOsVersion() : string|null
Return values
string|null

getParent()

public getParent() : string|null
Return values
string|null

getRepoDigests()

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

getRepoTags()

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

getSize()

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

getVirtualSize()

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

setArchitecture()

public setArchitecture(string|null $architecture) : self
Parameters
$architecture : string|null
Return values
self

setAuthor()

public setAuthor(string|null $author) : self
Parameters
$author : string|null
Return values
self

setComment()

public setComment(string|null $comment) : self
Parameters
$comment : 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

setContainer()

public setContainer(string|null $container) : self
Parameters
$container : string|null
Return values
self

setContainerConfig()

Configuration for a container that is portable between hosts.

public setContainerConfig(ContainerConfig|null $containerConfig) : self
Parameters
$containerConfig : ContainerConfig|null
Return values
self

setCreated()

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

setDockerVersion()

public setDockerVersion(string|null $dockerVersion) : self
Parameters
$dockerVersion : 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

setId()

public setId(string|null $id) : self
Parameters
$id : string|null
Return values
self

setOs()

public setOs(string|null $os) : self
Parameters
$os : string|null
Return values
self

setOsVersion()

public setOsVersion(string|null $osVersion) : self
Parameters
$osVersion : string|null
Return values
self

setParent()

public setParent(string|null $parent) : self
Parameters
$parent : string|null
Return values
self

setRepoDigests()

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

setRepoTags()

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

setSize()

public setSize(int|null $size) : self
Parameters
$size : int|null
Return values
self

setVirtualSize()

public setVirtualSize(int|null $virtualSize) : self
Parameters
$virtualSize : int|null
Return values
self

Search results