struct Docker::ExecInspectProcessConfig
- Docker::ExecInspectProcessConfig
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/exec/exec.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)