class Docker::Info

Defined in:

docker/info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def architecture : String | Nil #

[View source]
def architecture=(_architecture : String | Nil) #

[View source]
def containers : Int32 | Nil #

[View source]
def containers=(_containers : Int32 | Nil) #

[View source]
def containers_paused : Int32 | Nil #

[View source]
def containers_paused=(_containers_paused : Int32 | Nil) #

[View source]
def containers_running : Int32 | Nil #

[View source]
def containers_running=(_containers_running : Int32 | Nil) #

[View source]
def containers_stopped : Int32 | Nil #

[View source]
def containers_stopped=(_containers_stopped : Int32 | Nil) #

[View source]
def cpu_cfs_period : Bool | Nil #

[View source]
def cpu_cfs_period=(_cpu_cfs_period : Bool | Nil) #

[View source]
def cpu_cfs_quota : Bool | Nil #

[View source]
def cpu_cfs_quota=(_cpu_cfs_quota : Bool | Nil) #

[View source]
def debug : Bool | Nil #

[View source]
def debug=(_debug : Bool | Nil) #

[View source]
def discovery_backend : String | Nil #

[View source]
def discovery_backend=(_discovery_backend : String | Nil) #

[View source]
def docker_root_dir : String | Nil #

[View source]
def docker_root_dir=(_docker_root_dir : String | Nil) #

[View source]
def driver : String | Nil #

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

[View source]
def driver_status : Array(Array(String)) | Nil #

[View source]
def driver_status=(_driver_status : Array(Array(String)) | Nil) #

[View source]
def execution_driver : String | Nil #

[View source]
def execution_driver=(_execution_driver : String | Nil) #

[View source]
def experimental_build : Bool | Nil #

[View source]
def experimental_build=(_experimental_build : Bool | Nil) #

[View source]
def http_proxy : String | Nil #

[View source]
def http_proxy=(_http_proxy : String | Nil) #

[View source]
def https_proxy : String | Nil #

[View source]
def https_proxy=(_https_proxy : String | Nil) #

[View source]
def i_pv4_forwarding : Bool | Nil #

[View source]
def i_pv4_forwarding=(_i_pv4_forwarding : Bool | Nil) #

[View source]
def id : String | Nil #

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

[View source]
def images : Int32 | Nil #

[View source]
def images=(_images : Int32 | Nil) #

[View source]
def index_server_address : String | Nil #

[View source]
def index_server_address=(_index_server_address : String | Nil) #

[View source]
def init_path : String | Nil #

[View source]
def init_path=(_init_path : String | Nil) #

[View source]
def init_sha1 : String | Nil #

[View source]
def init_sha1=(_init_sha1 : String | Nil) #

[View source]
def kernel_version : String | Nil #

[View source]
def kernel_version=(_kernel_version : String | Nil) #

[View source]
def labels : Array(String) | Nil #

[View source]
def labels=(_labels : Array(String) | Nil) #

[View source]
def mem_total : Int32 | Nil #

[View source]
def mem_total=(_mem_total : Int32 | Nil) #

[View source]
def memory_limit : Bool | Nil #

[View source]
def memory_limit=(_memory_limit : Bool | Nil) #

[View source]
def n_events_listener : Int32 | Nil #

[View source]
def n_events_listener=(_n_events_listener : Int32 | Nil) #

[View source]
def n_fd : Int32 | Nil #

[View source]
def n_fd=(_n_fd : Int32 | Nil) #

[View source]
def n_goroutines : Int32 | Nil #

[View source]
def n_goroutines=(_n_goroutines : Int32 | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def ncpu : Int32 | Nil #

[View source]
def ncpu=(_ncpu : Int32 | Nil) #

[View source]
def no_proxy : String | Nil #

[View source]
def no_proxy=(_no_proxy : String | Nil) #

[View source]
def oom_kill_disable : Bool | Nil #

[View source]
def oom_kill_disable=(_oom_kill_disable : Bool | Nil) #

[View source]
def oom_score_adj : Int32 | Nil #

[View source]
def oom_score_adj=(_oom_score_adj : Int32 | Nil) #

[View source]
def operating_system : String | Nil #

[View source]
def operating_system=(_operating_system : String | Nil) #

[View source]
def os_type : String | Nil #

[View source]
def os_type=(_os_type : String | Nil) #

[View source]
def plugins : Hash(String, JSON::Any) | Nil #

[View source]
def plugins=(_plugins : Hash(String, JSON::Any) | Nil) #

[View source]
def registry_config : Hash(String, JSON::Any) | Nil #

[View source]
def registry_config=(_registry_config : Hash(String, JSON::Any) | Nil) #

[View source]
def server_version : String | Nil #

[View source]
def server_version=(_server_version : String | Nil) #

[View source]
def swap_limit : Bool | Nil #

[View source]
def swap_limit=(_swap_limit : Bool | Nil) #

[View source]
def system_status : Array(Array(String)) | Nil #

[View source]
def system_status=(_system_status : Array(Array(String)) | Nil) #

[View source]
def system_time : String | Nil #

[View source]
def system_time=(_system_time : String | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]