class Docr::Types::ProcessConfig
  
  - Docr::Types::ProcessConfig
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/process_config.crConstructors
Instance Method Summary
- #arguments : Array(String)
 - #arguments=(arguments : Array(String))
 - #entrypoint : String
 - #entrypoint=(entrypoint : String)
 - #privileged : Bool
 - #privileged=(privileged : Bool)
 - #tty : Bool
 - #tty=(tty : Bool)
 - #user : String
 - #user=(user : String)