struct Docker::Api::Models::Image::Config

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 args_escaped : Bool | Nil #

[View source]
def attach_stderr : Bool #

[View source]
def attach_stdin : Bool #

[View source]
def attach_stdout : Bool #

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

[View source]
def domainname : String #

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

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

[View source]
def exposed_ports : Hash(String, Hash(String, String)) | Nil #

[View source]
def healthcheck : JSON::Any | Nil #

[View source]
def hostname : String #

[View source]
def image : String #

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

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

[View source]
def open_stdin : Bool #

[View source]
def stdin_once : Bool #

[View source]
def tty : Bool #

[View source]
def user : String #

[View source]
def volumes : Hash(String, Hash(String, String)) | Nil #

[View source]
def working_dir : String #

[View source]