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) #

Instance Method Detail

def blkio_device_read_bps : Array(JSON::Any)? #

def blkio_device_read_iops : Array(JSON::Any)? #

def blkio_device_write_bps : Array(JSON::Any)? #

def blkio_device_write_iops : Array(JSON::Any)? #

def blkio_weight : Int32 #

def blkio_weight_device : Array(JSON::Any)? #

def container_id_file : String #

def cpu_percent : Int32 #

def cpu_period : Int32 #

def cpu_realtime_period : Int32 #

def cpu_runtime_period : Int32 #

def cpu_shares : Int32 #

def cpuset_cpus : String #

def cpuset_mems : String #

def devices : Array(JSON::Any)? #

def ipc_mode : String #

def joom_score_adj : Int32 #

def kernel_memory : Int32 #

def log_config : JSON::Any? #

def lxc_conf : Array(JSON::Any)? #

def maxium_iobps : Int32? #

def maxium_iops : Int32? #

def memory : Int32 #

def memory_reservation : Int32 #

def memory_swap : Int32 #

def network_mode : String #

def oom_kill_disable : Bool #

def pid_mode : String #

def port_bindings : JSON::Any? #

def privileged : Bool #

def publish_all_ports : Bool #

def readonly_rootfs : Bool #

def restart_policy : JSON::Any? #

def shm_size : Int32 #

def sysctls : JSON::Any? #

def ulimits : Array(JSON::Any)? #

def volume_driver : String #