class Squarectl::Config::Server

Overview

The remote Docker host used as DOCKER_HOST for swarm deploys (e.g. ssh://user@host).

:nodoc:

Included Modules

Defined in:

squarectl/config/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def host : String #

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

[View source]
def target : String #

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

[View source]