struct V1::Config
- V1::Config
- Struct
- Value
- Object
Defined in:
v1/config.crConstructors
Instance Method Summary
- #args_escaped : Bool?
- #args_escaped=(_args_escaped : Bool?)
- #attach_stderr : Bool?
- #attach_stderr=(_attach_stderr : Bool?)
- #attach_stdin : Bool?
- #attach_stdin=(_attach_stdin : Bool?)
- #attach_stdou : Bool?
- #attach_stdou=(_attach_stdou : Bool?)
- #cmd : Array(String)?
- #cmd=(_cmd : Array(String)?)
- #domain_name : String?
- #domain_name=(_domain_name : String?)
- #entry_point : Array(String)?
- #entry_point=(_entry_point : Array(String)?)
- #env : Array(String)?
- #env=(_env : Array(String)?)
- #exposed_ports : ::Hash(String, JSON::Any)?
- #exposed_ports=(_exposed_ports : ::Hash(String, JSON::Any)?)
- #health_check : HealthConfig?
- #health_check=(_health_check : HealthConfig?)
- #hostname : String?
- #hostname=(_hostname : String?)
- #image : String?
- #image=(_image : String?)
- #labels : ::Hash(String, String)?
- #labels=(_labels : ::Hash(String, String)?)
- #mac_address : String?
- #mac_address=(_mac_address : String?)
- #network_disabled : Bool?
- #network_disabled=(_network_disabled : Bool?)
- #on_build : Array(String)?
- #on_build=(_on_build : Array(String)?)
- #open_stdin : Bool?
- #open_stdin=(_open_stdin : Bool?)
- #shell : Array(String)?
- #shell=(_shell : Array(String)?)
- #stdin_once : Bool?
- #stdin_once=(_stdin_once : Bool?)
- #stop_signal : String?
- #stop_signal=(_stop_signal : String?)
- #to_json(json : JSON::Builder)
- #tty : Bool?
- #tty=(_tty : Bool?)
- #volumes : ::Hash(String, JSON::Any)?
- #volumes=(_volumes : ::Hash(String, JSON::Any)?)
- #working_dir : String?
- #working_dir=(_working_dir : String?)