module DocMachine::ContainerManager

Extended Modules

Defined in:

container/manager.cr

Constant Summary

Log = DocMachine::Log.for("container_manager")

Instance Method Summary

Instance Method Detail

def kill_and_remove_all(reason : String = "sweep") #

def recover_for(directory : String, runtime : String, candidate_names : Array(String) = [] of String) #

def register(name : String, *, runtime : String, directory : String, auto_remove : Bool, task : String | Nil = nil) #

def reset! #

def unregister(name : String) #