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

[View source]

Instance Method Detail

def app_armor_profile : String #

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

[View source]
def config : Config #

[View source]
def created : Time #

[View source]
def driver : String #

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

[View source]
def host_config : HostConfig #

[View source]
def hostname_path : String #

[View source]
def hosts_path : String #

[View source]
def id : String #

[View source]
def image : String #

[View source]
def log_path : String #

[View source]
def mount_label : String #

[View source]
def mounts : Array(Mount) #

[View source]
def name : String #

[View source]
def network_settings : NetworkSettings #

[View source]
def path : String #

[View source]
def process_label : String #

[View source]
def resolv_conf_path : String #

[View source]
def restart_count : Int32 #

[View source]
def state : State #

[View source]