class Swm::LocalDockerExecutor

Defined in:

docker/local_docker_executor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(default_host : String) #

[View source]

Instance Method Detail

def exec(command : String, node : Node | Nil = nil, show_output = false, output = Process::Redirect::Inherit, input = Process::Redirect::Inherit, env = {} of String => String) : String #

[View source]