struct Docker::Api::Models::Container

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 app_armor_profile : String #

def args : Array(String) #

def config : Config #

def created : Time #

def driver : String #

def exec_ids : Array(String)? #

def host_config : HostConfig #

def hostname_path : String #

def hosts_path : String #

def id : String #

def image : String #

def log_path : String #

def mount_label : String #

def mounts : Array(Mount) #

def name : String #

def network_settings : NetworkSettings #

def path : String #

def process_label : String #

def resolv_conf_path : String #

def restart_count : Int32 #

def state : State #