struct DocMachine::ContainerManager::Entry

Defined in:

container/manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, runtime : String, directory : String, auto_remove : Bool, task : String | Nil, registered_at : Time) #

Instance Method Detail

def auto_remove : Bool #

def clone #

def copy_with(name _name = @name, runtime _runtime = @runtime, directory _directory = @directory, auto_remove _auto_remove = @auto_remove, task _task = @task, registered_at _registered_at = @registered_at) #

def directory : String #

def name : String #

def registered_at : Time #

def runtime : String #

def task : String | Nil #