module
DocMachine::ContainerManager
Extended Modules
Defined in:
container/manager.crConstant Summary
-
Log =
DocMachine::Log.for("container_manager")
Instance Method Summary
- #kill_and_remove_all(reason : String = "sweep")
- #recover_for(directory : String, runtime : String, candidate_names : Array(String) = [] of String)
- #register(name : String, *, runtime : String, directory : String, auto_remove : Bool, task : String | Nil = nil)
- #reset!
- #unregister(name : String)
Instance Method Detail
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)
#