class Swm::DockerClient

Defined in:

docker/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.for_cluster(cluster : Cluster) : DockerClient #

[View source]
def self.for_node(node : Node) : DockerClient #

[View source]
def self.new(host : String) #

[View source]

Instance Method Detail

def exec(*args, **options) #

[View source]
def exec(*args, **options, &) #

[View source]
def exec_async(*args, **options) #

[View source]
def exec_async(*args, **options, &) #

[View source]
def host : String #

[View source]
def wait_for(&) #

[View source]
def watch(command : String, &block) #

Due to current Crystal language limitations, this cannot be delegated


[View source]