class Docr::Types::ContainerInspectResponse

Included Modules

Defined in:

docr/types/container_inspect_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def app_armor_profile : String #

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

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

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

[View source]

[View source]
def config=(config : Docr::Types::ContainerConfig) #

[View source]
def created : String #

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

[View source]
def driver : String #

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

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

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

[View source]
def graph_driver : Docr::Types::GraphDriverData #

[View source]
def graph_driver=(graph_driver : Docr::Types::GraphDriverData) #

[View source]
def host_config : Docr::Types::HostConfig #

[View source]
def host_config=(host_config : Docr::Types::HostConfig) #

[View source]
def hostname_path : String #

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

[View source]
def hosts_path : String #

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

[View source]
def id : String #

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

[View source]
def image : String #

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

[View source]
def log_path : String #

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

[View source]
def mount_label : String #

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

[View source]
def mounts : Array(Docr::Types::MountPoint) | Nil #

[View source]
def mounts=(mounts : Array(Docr::Types::MountPoint) | Nil) #

[View source]
def name : String #

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

[View source]
def network_settings : Docr::Types::NetworkSettings #

[View source]
def network_settings=(network_settings : Docr::Types::NetworkSettings) #

[View source]
def path : String #

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

[View source]
def platform : String #

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

[View source]
def process_label : String #

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

[View source]
def resolv_conf_path : String #

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

[View source]
def restart_count : Int32 #

[View source]
def restart_count=(restart_count : Int32) #

[View source]
def size_root_fs : Int64 | Nil #

[View source]
def size_root_fs=(size_root_fs : Int64 | Nil) #

[View source]
def size_rw : Int64 | Nil #

[View source]
def size_rw=(size_rw : Int64 | Nil) #

[View source]
def state : Docr::Types::ContainerState | Nil #

[View source]
def state=(state : Docr::Types::ContainerState | Nil) #

[View source]