class Docr::Types::ProcessConfig

Included Modules

Defined in:

docr/types/process_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def arguments : Array(String) #

[View source]
def arguments=(arguments : Array(String)) #

[View source]
def entrypoint : String #

[View source]
def entrypoint=(entrypoint : String) #

[View source]
def privileged : Bool #

[View source]
def privileged=(privileged : Bool) #

[View source]
def tty : Bool #

[View source]
def tty=(tty : Bool) #

[View source]
def user : String #

[View source]
def user=(user : String) #

[View source]