struct Docker::Api::Models::Container::HostConfig

Defined in:

docker/api/models/container.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def blkio_device_read_bps : Array(JSON::Any) | Nil #

[View source]
def blkio_device_read_iops : Array(JSON::Any) | Nil #

[View source]
def blkio_device_write_bps : Array(JSON::Any) | Nil #

[View source]
def blkio_device_write_iops : Array(JSON::Any) | Nil #

[View source]
def blkio_weight : Int32 #

[View source]
def blkio_weight_device : Array(JSON::Any) | Nil #

[View source]
def container_id_file : String #

[View source]
def cpu_percent : Int32 #

[View source]
def cpu_period : Int32 #

[View source]
def cpu_realtime_period : Int32 #

[View source]
def cpu_runtime_period : Int32 #

[View source]
def cpu_shares : Int32 #

[View source]
def cpuset_cpus : String #

[View source]
def cpuset_mems : String #

[View source]
def devices : Array(JSON::Any) | Nil #

[View source]
def ipc_mode : String #

[View source]
def joom_score_adj : Int32 #

[View source]
def kernel_memory : Int32 #

[View source]
def log_config : JSON::Any | Nil #

[View source]
def lxc_conf : Array(JSON::Any) | Nil #

[View source]
def maxium_iobps : Int32 | Nil #

[View source]
def maxium_iops : Int32 | Nil #

[View source]
def memory : Int32 #

[View source]
def memory_reservation : Int32 #

[View source]
def memory_swap : Int32 #

[View source]
def network_mode : String #

[View source]
def oom_kill_disable : Bool #

[View source]
def pid_mode : String #

[View source]
def port_bindings : JSON::Any | Nil #

[View source]
def privileged : Bool #

[View source]
def publish_all_ports : Bool #

[View source]
def readonly_rootfs : Bool #

[View source]
def restart_policy : JSON::Any | Nil #

[View source]
def shm_size : Int32 #

[View source]
def sysctls : JSON::Any | Nil #

[View source]
def ulimits : Array(JSON::Any) | Nil #

[View source]
def volume_driver : String #

[View source]