struct Docker::ContainerInspectHostConfig

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 blkioDeviceReadIOps : Array(Hash(String, String)) #

[View source]
def blkioDeviceReadIOps=(blkioDeviceReadIOps : Array(Hash(String, String))) #

[View source]
def blkioDeviceWriteIOps : Array(Hash(String, String)) #

[View source]
def blkioDeviceWriteIOps=(blkioDeviceWriteIOps : Array(Hash(String, String))) #

[View source]
def blkioWeight : Int64 #

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

[View source]
def blkioWeightDevice : Array(Hash(String, String)) #

[View source]
def blkioWeightDevice=(blkioWeightDevice : Array(Hash(String, String))) #

[View source]
def containerIDFile : String #

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

[View source]
def cpuPercent : Int64 #

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

[View source]
def cpuPeriod : Int64 #

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

[View source]
def cpuRealtimePeriod : Int64 #

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

[View source]
def cpuRealtimeRuntime : Int64 #

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

[View source]
def cpusetCpus : String #

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

[View source]
def cpusetMems : String #

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

[View source]
def cpuShares : Int64 #

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

[View source]
def deviceRequests : Array(ContainerInspectHostConfigDeviceRequest) #

[View source]
def deviceRequests=(deviceRequests : Array(ContainerInspectHostConfigDeviceRequest)) #

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

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

[View source]
def ipcMode : String #

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

[View source]
def kernelMemory : Int64 #

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

[View source]

[View source]
def logConfig=(logConfig : ContainerInspectHostConfigLogConfig) #

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

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

[View source]
def maximumIOBps : Int64 #

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

[View source]
def maximumIOps : Int64 #

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

[View source]
def memory : Int64 #

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

[View source]
def memoryReservation : Int64 #

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

[View source]
def memorySwap : Int64 #

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

[View source]
def networkMode : String #

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

[View source]
def oomKillDisable : Bool #

[View source]
def oomKillDisable=(oomKillDisable : Bool) #

[View source]
def oomScoreAdj : Int64 #

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

[View source]
def pidMode : String #

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

[View source]
def portBindings : Hash(String, String) #

[View source]
def portBindings=(portBindings : Hash(String, String)) #

[View source]
def privileged : Bool #

[View source]
def privileged=(privileged : Bool) #

[View source]
def publishAllPorts : Bool #

[View source]
def publishAllPorts=(publishAllPorts : Bool) #

[View source]
def readonlyRootfs : Bool #

[View source]
def readonlyRootfs=(readonlyRootfs : Bool) #

[View source]

[View source]
def restartPolicy=(restartPolicy : ContainerInspectHostConfigRestartPolicy) #

[View source]
def shmSize : Int64 #

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

[View source]

[View source]
def sysctls=(sysctls : ContainerInspectHostConfigSysctls) #

[View source]
def ulimits : Array(Hash(String, String)) #

[View source]
def ulimits=(ulimits : Array(Hash(String, String))) #

[View source]
def volumeDriver : String #

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

[View source]