struct Docker::Api::Models::ImageSummary

Defined in:

docker/api/models/image_summary.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 containers : Int32 #

[View source]
def created : Int32 #

[View source]
def id : String #

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

[View source]
def parent_id : String #

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

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

[View source]
def shared_size : Int32 #

[View source]
def size : Int32 #

[View source]
def virtual_size : Int32 #

[View source]