struct Docker::ContainerInspect

Included Modules

Defined in:

api_schema/containers/containers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def appArmorProfile : String #

[View source]
def appArmorProfile=(appArmorProfile : String) #

[View source]
def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def created : String #

[View source]
def created=(created : String) #

[View source]
def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def execIDs : Array(String) #

[View source]
def execIDs=(execIDs : Array(String)) #

[View source]
def hostConfig : ContainerInspectHostConfig #

[View source]
def hostConfig=(hostConfig : ContainerInspectHostConfig) #

[View source]
def hostnamePath : String #

[View source]
def hostnamePath=(hostnamePath : String) #

[View source]
def hostsPath : String #

[View source]
def hostsPath=(hostsPath : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def image : String #

[View source]
def image=(image : String) #

[View source]
def logPath : String #

[View source]
def logPath=(logPath : String) #

[View source]
def mountLabel : String #

[View source]
def mountLabel=(mountLabel : String) #

[View source]
def mounts : Array(ContainerMount) #

[View source]
def mounts=(mounts : Array(ContainerMount)) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def networkSettings : ContainerNetworkSettings #

[View source]
def networkSettings=(networkSettings : ContainerNetworkSettings) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def processLabel : String #

[View source]
def processLabel=(processLabel : String) #

[View source]
def resolvConfPath : String #

[View source]
def resolvConfPath=(resolvConfPath : String) #

[View source]
def restartCount : Int64 #

[View source]
def restartCount=(restartCount : Int64) #

[View source]
def state : ContainerInspectState #

[View source]
def state=(state : ContainerInspectState) #

[View source]