class Docr::Types::Image

Included Modules

Defined in:

docr/types/image.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def architecture : String #

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

[View source]
def author : String #

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

[View source]
def comment : String #

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

[View source]

[View source]
def config=(config : Docr::Types::ContainerConfig) #

[View source]
def container : String #

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

[View source]
def container_config : Docr::Types::ContainerConfig #

[View source]
def container_config=(container_config : Docr::Types::ContainerConfig) #

[View source]
def created : String #

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

[View source]
def docker_version : String #

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

[View source]
def graph_driver : Docr::Types::GraphDriverData #

[View source]
def graph_driver=(graph_driver : Docr::Types::GraphDriverData) #

[View source]
def id : String #

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

[View source]
def metadata : Docr::Types::Metadata #

[View source]
def metadata=(metadata : Docr::Types::Metadata) #

[View source]
def os : String #

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

[View source]
def os_version : String | Nil #

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

[View source]
def parent : String #

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

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

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

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

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

[View source]
def root_fs : Docr::Types::RootFS #

[View source]
def root_fs=(root_fs : Docr::Types::RootFS) #

[View source]
def size : Int64 #

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

[View source]
def virtual_size : Int64 | Nil #

[View source]
def virtual_size=(virtual_size : Int64 | Nil) #

[View source]