struct Docker::ImageInspectConfig

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 attachStderr : Bool #

[View source]
def attachStderr=(attachStderr : Bool) #

[View source]
def attachStdin : Bool #

[View source]
def attachStdin=(attachStdin : Bool) #

[View source]
def attachStdout : Bool #

[View source]
def attachStdout=(attachStdout : Bool) #

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

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

[View source]
def domainName : String #

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

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

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

[View source]
def hostname : String #

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

[View source]
def image : String #

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

[View source]
def labels : Hash(String, String) #

[View source]
def labels=(labels : Hash(String, String)) #

[View source]
def macAddress : String #

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

[View source]
def networkDisabled : Bool #

[View source]
def networkDisabled=(networkDisabled : Bool) #

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

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

[View source]
def openStdin : Bool #

[View source]
def openStdin=(openStdin : Bool) #

[View source]
def publishService : String #

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

[View source]
def stdInOnce : Bool #

[View source]
def stdInOnce=(stdInOnce : Bool) #

[View source]
def tty : Bool #

[View source]
def tty=(tty : Bool) #

[View source]
def user : String #

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

[View source]
def workingDir : String #

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

[View source]