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

[View source]

Instance Method Detail

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 env : Array(String) #

[View source]
def hostname : String #

[View source]
def image : String #

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

[View source]
def mac_address : String | Nil #

[View source]
def network_disabled : Bool | Nil #

[View source]
def open_stdin : Bool #

[View source]
def stdin_once : Bool #

[View source]
def stop_signal : String | Nil #

[View source]
def stop_timeout : Int32 | Nil #

[View source]
def tty : Bool #

[View source]
def user : String #

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

[View source]
def working_dir : String #

[View source]