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

[View source]

Instance Method Detail

def architecture : String #

[View source]
def author : String #

[View source]
def comment : String #

[View source]
def config : Config #

[View source]
def container : String #

[View source]
def container_config : Config #

[View source]
def created : Time #

[View source]
def docker_version : String #

[View source]
def graph_driver : JSON::Any #

[View source]
def id : String #

[View source]
def os : String #

[View source]
def parent : String #

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

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

[View source]
def root_fs : JSON::Any #

[View source]
def size : Int32 #

[View source]
def virtual_size : Int32 #

[View source]