struct Docker::ImageList

Included Modules

Defined in:

api_schema/images/images.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def containers : Int64 #

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

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

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

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

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

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

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

[View source]
def sharedSize : Int64 #

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

[View source]
def size : Int64 #

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

[View source]
def virtualSize : Int64 #

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

[View source]