class Docr::Endpoints::Exec

Defined in:

endpoints/exec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Docr::Client) #

[View source]

Instance Method Detail

def client : Docr::Client #

[View source]
def container(id : String, config : Docr::Types::ExecConfig) : Docr::Types::IdResponseIdResponse #

[View source]
def inspect(id : String) #

[View source]
def start(id : String, config : Docr::Types::ExecStartConfig) : IO #

[View source]