class Docr::Types::ContainerSummary

Included Modules

Defined in:

docr/types/container_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command : String #

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

[View source]
def created : Int64 #

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

[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 image_id : String #

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

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

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

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

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

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

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

[View source]
def ports : Array(Port) #

[View source]
def ports=(ports : Array(Port)) #

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

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

[View source]
def status : String #

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

[View source]