class DockerProjectManager::Create

Defined in:

commands/create.cr

Constant Summary

DEFINITION_TEMPLATE = {"volume" => ["/var/run/docker.sock"], "expose" => Array(String).new}

Instance Method Summary

Constructor methods inherited from class DockerProjectManager::Command

new(name : String, args : Array(String)) new

Class methods inherited from class DockerProjectManager::Command

command(command_name) : self.class command, commands : Hash(String, Command.class) commands, run(args) run

Instance Method Detail

def absolute_host_project_root_path : String #

[View source]
def image_name : String #

[View source]
def project_name : String #

[View source]
def run : Nil #

[View source]
def usage : String #

[View source]
def validate : Nil #

[View source]