struct Docker::ImageInspect

Included Modules

Defined in:

api_schema/images/images.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]
def container : String #

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

[View source]
def containerConfig : ImageInspectConfig #

[View source]
def containerConfig=(containerConfig : ImageInspectConfig) #

[View source]
def created : String #

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

[View source]
def dockerVersion : String #

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

[View source]
def id : String #

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

[View source]
def os : String #

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

[View source]
def parent : String #

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

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

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

[View source]
def rootFS : InspectImageRootFS #

[View source]
def rootFS=(rootFS : InspectImageRootFS) #

[View source]
def size : Int64 #

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

[View source]
def virtualSize : Int64 #

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

[View source]