struct Docker::Api::Models::Container::Config

Defined in:

docker/api/models/container.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 attach_stderr : Bool #

def attach_stdin : Bool #

def attach_stdout : Bool #

def cmd : Array(String)? #

def domainname : String #

def env : Array(String) #

def hostname : String #

def image : String #

def labels : Hash(String, String) #

def mac_address : String? #

def network_disabled : Bool? #

def open_stdin : Bool #

def stdin_once : Bool #

def stop_signal : String? #

def stop_timeout : Int32? #

def tty : Bool #

def user : String #

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

def working_dir : String #