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

Instance Method Detail

def containers : Int32 #

def created : Int32 #

def id : String #

def labels : Hash(String, String)? #

def parent_id : String #

def repo_digests : Array(String)? #

def repo_tags : Array(String)? #

def shared_size : Int32 #

def size : Int32 #

def virtual_size : Int32 #