class Companion::Project

Defined in:

project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, compose : Companion::Docker::Compose) #

[View source]

Instance Method Detail


[View source]
def each_image(&) #

[View source]
def each_service(&) #

[View source]
def fix_mounts(working_directory : Path) #

Converts relative paths to absolute paths in bind mounts.


[View source]
def name : String #

[View source]