struct Docker::Api::Models::Image

Defined in:

docker/api/models/image.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 architecture : String #

def author : String #

def comment : String #

def config : Config #

def container : String #

def container_config : Config #

def created : Time #

def docker_version : String #

def graph_driver : JSON::Any #

def id : String #

def os : String #

def parent : String #

def repo_digests : Array(String) #

def repo_tags : Array(String)? #

def root_fs : JSON::Any #

def size : Int32 #

def virtual_size : Int32 #