class Swm::Service

Defined in:

docker/service.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, cluster : Cluster, client : DockerClient | Nil = nil) #

[View source]

Class Method Detail

def self.create(name : String, cluster : Cluster, image : String, options : String, command : String, client : DockerClient | Nil) #

[View source]

Instance Method Detail

def check_service_state(state) : Bool #

[View source]
def complete? #

[View source]
def containers : Array(Container) #

[View source]
def follow #

[View source]
def get_last_output_line #

[View source]
def name : String #

[View source]
def rm! #

[View source]
def wait_for_completion #

[View source]