class Docker::Container

Defined in:

docker/container.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command : String | Nil #

[View source]
def command=(_command : String | Nil) #

[View source]
def created : Int64 | Nil #

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

[View source]
def id : String #

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

[View source]
def image : String | Nil #

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

[View source]
def image_id : String | Nil #

[View source]
def image_id=(_image_id : String | Nil) #

[View source]
def kill #

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

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

[View source]
def logs(follow = true, stdout = true, stderr = true, since = 0, timestamps = false) #

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

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

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

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

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

[View source]
def ports=(_ports : Array(Hash(String, JSON::Any)) | Nil) #

[View source]
def restart(wait = 5) #

[View source]
def size_root_fs : Int32 | Nil #

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

[View source]
def size_rw : Int32 | Nil #

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

[View source]
def start #

[View source]
def status : String | Nil #

[View source]
def status=(_status : String | Nil) #

[View source]
def stop(wait = 5) #

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

[View source]