struct Docker::Api::Models::Container::HostConfig
- Docker::Api::Models::Container::HostConfig
- Docker::Api::Models::Response
- Struct
- Value
- Object
Defined in:
docker/api/models/container.crConstructors
Instance Method Summary
- #blkio_device_read_bps : Array(JSON::Any) | Nil
- #blkio_device_read_iops : Array(JSON::Any) | Nil
- #blkio_device_write_bps : Array(JSON::Any) | Nil
- #blkio_device_write_iops : Array(JSON::Any) | Nil
- #blkio_weight : Int32
- #blkio_weight_device : Array(JSON::Any) | Nil
- #container_id_file : String
- #cpu_percent : Int32
- #cpu_period : Int32
- #cpu_realtime_period : Int32
- #cpu_runtime_period : Int32
- #cpu_shares : Int32
- #cpuset_cpus : String
- #cpuset_mems : String
- #devices : Array(JSON::Any) | Nil
- #ipc_mode : String
- #joom_score_adj : Int32
- #kernel_memory : Int32
- #log_config : JSON::Any | Nil
- #lxc_conf : Array(JSON::Any) | Nil
- #maxium_iobps : Int32 | Nil
- #maxium_iops : Int32 | Nil
- #memory : Int32
- #memory_reservation : Int32
- #memory_swap : Int32
- #network_mode : String
- #oom_kill_disable : Bool
- #pid_mode : String
- #port_bindings : JSON::Any | Nil
- #privileged : Bool
- #publish_all_ports : Bool
- #readonly_rootfs : Bool
- #restart_policy : JSON::Any | Nil
- #shm_size : Int32
- #sysctls : JSON::Any | Nil
- #ulimits : Array(JSON::Any) | Nil
- #volume_driver : String