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

Instance Method Detail

def args_escaped : Bool? #

def attach_stderr : Bool #

def attach_stdin : Bool #

def attach_stdout : Bool #

def cmd : Array(String)? #

def domainname : String #

def entrypoint : Array(String)? #

def env : Array(String) #

def exposed_ports : Hash(String, Hash(String, String))? #

def healthcheck : JSON::Any? #

def hostname : String #

def image : String #

def labels : Hash(String, String)? #

def on_build : Array(String)? #

def open_stdin : Bool #

def stdin_once : Bool #

def tty : Bool #

def user : String #

def volumes : Hash(String, Hash(String, String))? #

def working_dir : String #